feat(nixvim): tagbar wrapping and lsp
diag: changed to trouble from lsp-lines tagbar: added to see outline of programs wrapping: added
This commit is contained in:
parent
1a57d0a196
commit
ef09316160
5 changed files with 50 additions and 11 deletions
|
@ -5,11 +5,7 @@
|
|||
nixGrammars = true;
|
||||
nixvimInjections = true; # enables language injection in nixvim
|
||||
settings.indent.enable = true;
|
||||
grammarPackages =
|
||||
pkgs.vimPlugins.nvim-treesitter.passthru.allGrammars
|
||||
++ [
|
||||
pkgs.tree-sitter-grammars.tree-sitter-nu
|
||||
];
|
||||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.passthru.allGrammars;
|
||||
};
|
||||
treesitter-context.enable = true;
|
||||
rainbow-delimiters.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue