neovim-config/lua/core
ahhshm a522cebca8 fix(options): don't set `did_load_filetypes` in neovim nightly
Lua filetype detection is enabled by default in neovim nightly so we don't need those two options. The reason we can't simply override them in `custom/init.lua` is that setting `did_load_filetypes` to any value, completely disables filetype detection (and therefore syntax highlighting) and this may confuse people that use neovim nightly. I know NvChad doesn't officially support neovim nightly but people may want to try it to see the new features and this PR makes their life easier. Also, you do a similar check in `plugins/configs/lspconfig.lua` so I thought it's ok :)
2022-07-26 12:52:57 +05:30
..
default_config.lua Breaking change : easen up custom lspconfig setup 2022-07-24 10:45:14 +00:00
init.lua Breaking Change : LSPInstaller is dead so use mason.nvim 2022-07-25 13:49:33 +00:00
lazy_load.lua add cmd to install all mason.nvim packages 2022-07-25 14:25:31 +00:00
mappings.lua set shiftwidth to 2 | format all files 2022-07-22 16:00:00 +00:00
options.lua fix(options): don't set `did_load_filetypes` in neovim nightly 2022-07-26 12:52:57 +05:30
packer.lua set shiftwidth to 2 | format all files 2022-07-22 16:00:00 +00:00
utils.lua set shiftwidth to 2 | format all files 2022-07-22 16:00:00 +00:00