mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Fixed neovim errors
This commit is contained in:
parent
2cb4c6a686
commit
35481a0d7e
2 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
vimdiffAlias = true;
|
||||
extraPackages = with pkgs; [gcc ripgrep fd];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
(nvim-treesitter.withPlugins (plugins: pkgs.tree-sitter.allGrammars)) #syntax highlighting
|
||||
nvim-treesitter.withAllGrammars
|
||||
rainbow nvim-ts-rainbow # rainbow for tree-sitter
|
||||
nvim-colorizer-lua # colors
|
||||
nvim-tree-lua # file browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue