▲ | lawn 5 days ago | |
> I think neovim would do better if they started integrating the core plugins like LSP, tree sitter That's exactly what they're doing. Both tree-sitter and LSP are built in and the primary LSP/tree-sitter plugins only bundle default LSP configurations and tree-sitter queries respectively. They're also planning to include tree-sitter query bundling into Neovim natively somehow, to make it even less reliant on the nvim-treesitter plugin. They recently simplified the LSP configuration and to configure a new LSP you basically do this:
And then in the "LspAttach" autocmd you can define your LSP specific keymaps for example. | ||
▲ | GCUMstlyHarmls 5 days ago | parent [-] | |
> And then in the "LspAttach" autocmd you can define your LSP specific keymaps for example. If you want. It also now ships with most auto-mapped. |