add core configuration
This commit is contained in:
parent
74c78e1c68
commit
f40517cff1
94 changed files with 2816 additions and 959 deletions
17
home-manager/modules/neovim/plugins/tree.nix
Normal file
17
home-manager/modules/neovim/plugins/tree.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
programs.nixvim.plugins.nvim-tree = {
|
||||
enable = true;
|
||||
disableNetrw = true;
|
||||
hijackNetrw = true;
|
||||
diagnostics.enable = true;
|
||||
preferStartupRoot = false;
|
||||
syncRootWithCwd = true;
|
||||
view = {
|
||||
side = "left";
|
||||
width = 30;
|
||||
};
|
||||
renderer.groupEmpty = true;
|
||||
actions.openFile.resizeWindow = true;
|
||||
git.ignore = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue