home: vim: use legacy 'nvim-treesitter' plug-ins
This commit is contained in:
parent
47ca4ed61c
commit
28a36cfdaa
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ in
|
|||
nvim-lspconfig # Easy LSP configuration
|
||||
lsp-format-nvim # Simplified formatting configuration
|
||||
none-ls-nvim # LSP integration for linters and formatters
|
||||
nvim-treesitter.withAllGrammars # Better highlighting
|
||||
nvim-treesitter-textobjects # More textobjects
|
||||
nvim-treesitter-legacy.withAllGrammars # Better highlighting
|
||||
nvim-treesitter-textobjects-legacy # More textobjects
|
||||
plenary-nvim # 'null-ls', 'telescope' dependency
|
||||
|
||||
# Completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue