contradiction on options page
justin-f-perez opened this issue · 1 comments
justin-f-perez commented
On Options page note at top says "these" go in chadrc...
(Note: You should add these in chadrc )
... but 3 out of 4 of "these" subsections says use custom/init.lua
.
Options
(Note: You should add these in chadrc )
Override default options
- Put them in
custom/init.lua
- New options can put in the same file too
Autocmds & Globals
- Load these in
custom/init.lua
fileLazy loading
We lazy load almost 95% of the plugins, so we expect you to lazy load the plugins you've added to reduce startuptime. We don't want users making NvChad slow just because they didn't lazy load plugins they've added!
Check packer's readme for more info!
Snippets
- Put this in your
custom/init.lua
vim.g.luasnippets_path = "your snippets path"