|
|
|
|
|
by BaculumMeumEst
1365 days ago
|
|
I really wish neovim could ship usable default colorscheme and round out its lsp support with autocompletion. Treesitter isn’t for me; it’s slower to open files and I have no idea how people make sense of so many different color groups. Still sticking with vanilla vim and CoC for the time being, they’re rock solid. |
|
I certainly haven’t experienced any slowness with opening files with Neovim with Treesitter. It certainly enables much better syntax highlighting, among other things [1]. If anything, it’s faster than the regex-based syntax highlighting that Vim traditionally used.
CoC is a 3rd party LSP plugin that works with Vim and Neovim.
[1]: https://neovim.io/doc/treesitter/