mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Re-add nvim-tree
This commit is contained in:
@@ -431,6 +431,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
nvim-cmp.enable = true;
|
nvim-cmp.enable = true;
|
||||||
|
nvim-tree.enable = true;
|
||||||
|
packer = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [ ];
|
||||||
|
};
|
||||||
rainbow-delimiters.enable = true;
|
rainbow-delimiters.enable = true;
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
telescope = {
|
telescope = {
|
||||||
|
Reference in New Issue
Block a user