Commit Graph
3 Commits
Author SHA1 Message Date
ahhshmandSidhanth Rathod 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
ahhshmandsiduck 1f3a4787ce fix: update neovim version badge 2022-04-29 21:50:31 +05:30
ahhshmandsiduck 83a044e903 chore: disable omnifunc 2022-04-29 21:16:43 +05:30