dundalek / lazy-lsp.nvim

Neovim plugin to auto install LSP servers
MIT License
203 stars 17 forks source link

Love it #28

Closed Cloudef closed 9 months ago

Cloudef commented 11 months ago

This really makes LSP experience on vim better. Wish someone did similar for syntax highlighting.

dundalek commented 11 months ago

Thanks!

For syntax highlighting you can install https://github.com/nvim-treesitter/nvim-treesitter which supports tons of languages. It is not lazy so it takes a some time to install and compile all the parsers upfront, but parser grammars have much smaller footprint than LSPs, so it works fine.