Grigorii Khvatskii
|
0333185bfc
|
Add support for non-interactive bootstrapping (#2528)
https://github.com/NvChad/NvChad/pull/2528#issuecomment-1834599074
---------
Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
|
2024-01-02 17:11:14 +05:30 |
莊加旭 (Max Chuang)
|
37c328ab2a
|
fix typo (#2483)
|
2023-11-12 07:14:21 +05:30 |
Sidhanth Rathod
|
5748536742
|
performance: avoid reloading config table #2360 (#2444)
* performance: avoid reloading config (#2360)
* performance: avoid reloading config
* Rm outdated info in readme
---------
Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
* update nvchad load_config result path
* update branch names
---------
Co-authored-by: georgejean <jeangeorge385@yahoo.fr>
|
2023-10-16 07:24:14 +05:30 |
Diogo Silva
|
a9bc954d02
|
refactor: gen chadrc template (#2349)
|
2023-08-31 05:58:07 +05:30 |
siduck
|
8ea74bc23b
|
update some module paths
|
2023-08-09 20:22:46 +05:30 |
James Wright
|
3500e7388d
|
Catch errors from shell calls (#2188)
|
2023-07-06 22:12:33 +05:30 |
Max Chechel
|
11c839f870
|
Defaulting to not installing custom config in --headless mode (#2132)
* Defaulting to not installing custom config in --headless mode
* Update bootstrap.lua
---------
Co-authored-by: siduck <siduck@tutanota.com>
|
2023-06-18 18:21:36 +05:30 |
siduck
|
34bdca17d2
|
clean up
|
2023-04-10 10:05:05 +05:30 |
siduck
|
f873d3cc50
|
add an option for lsp_semantic_tokens hl groups | fix (#1907)
also tiden up some stuff
|
2023-04-10 06:04:37 +05:30 |
Daniel Boll
|
800d066aab
|
feat(bootstrap): indicate that no is the default answer
Indicates that the default answer would be *no* if the user provide any input other than `y`
|
2023-03-31 05:27:23 +05:30 |
siduck
|
d7f91016a8
|
bootstrap.lua: rm useless variables
|
2023-03-27 05:34:12 +05:30 |
siduck
|
79805b7fea
|
bootstrap: clone base46 to lazy path instead of tmpdir
|
2023-03-27 05:27:57 +05:30 |
siduck
|
609000db5b
|
bootstrap base46 before lazy
fix https://github.com/NvChad/base46/issues/166
|
2023-03-26 15:52:41 +05:30 |
siduck
|
59cee93fce
|
reduce loc in boostrap.lua
|
2023-03-24 05:27:09 +05:30 |
siduck
|
7ec4515179
|
boostrap mason packages properly
print some message when nvchad is totally setup
|
2023-03-24 04:35:54 +05:30 |
siduck
|
8eaa3666dd
|
temporarily silence dofile syntax error during bootstrap
we need to find a way to fetch base46 first and then rest of the plugins (during bootstrap)
|
2023-03-14 06:39:26 +05:30 |
siduck
|
1e056a7eb4
|
use main branch example_config in bootstrap
|
2023-03-12 18:40:57 +05:30 |
siduck
|
0aafb002b5
|
misc & cleanup
|
2023-03-08 18:57:54 +05:30 |
siduck
|
3384f81639
|
load cached highlights whenever base46 updates
|
2023-02-28 09:23:07 +05:30 |
siduck
|
10ba0e7a5a
|
misc
|
2023-02-19 07:22:16 +05:30 |
siduck
|
a6b9c0cae5
|
wrap some opt modules with function
not doing so will make those modules load by default which isnt good
|
2023-02-19 07:19:01 +05:30 |
siduck
|
a2690a4b72
|
avoid loading cached highlights in plugin opts file
|
2023-02-18 14:26:40 +05:30 |
siduck
|
5246faa09a
|
add windows support for compile theme autocmd
|
2023-02-15 17:37:10 +05:30 |
siduck
|
6910a4435d
|
update example_config branch in bootstrap module
|
2023-01-29 16:59:08 +05:30 |
siduck
|
c2946844f9
|
rm unneeded whitespace in lazy-lock url
|
2023-01-08 07:59:17 +05:30 |
siduck
|
7303bb2990
|
avoid using vim.cmd! for running os commands
|
2023-01-08 07:51:37 +05:30 |
siduck
|
7cd80a35c6
|
include downloading of lazy-lock.json while bootstrapping
also pin all plugins by default
|
2023-01-08 07:40:00 +05:30 |
siduck
|
1b8eff7516
|
migrate to lazy.nvim
|
2023-01-07 13:41:43 +05:30 |
siduck
|
ddeba3c01b
|
bootstrap chadrc template before packer boostrap
|
2022-12-24 23:44:00 +05:30 |
siduck
|
54280a3e2a
|
add function to install chadrc tempalte during bootstrap
|
2022-12-24 22:33:33 +05:30 |