refactor: clean up
This commit is contained in:
parent
45c4e136c4
commit
630b3ce27b
25 changed files with 195 additions and 210 deletions
|
@ -2,28 +2,28 @@
|
|||
programs.nixvim = {
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "t";
|
||||
action = ":NvimTreeToggle<CR>";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
mode = "n";
|
||||
key = "t";
|
||||
action = ":NvimTreeToggle<CR>";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
plugins = {
|
||||
web-devicons.enable = true;
|
||||
|
||||
nvim-tree = {
|
||||
enable = true;
|
||||
autoClose = true;
|
||||
disableNetrw = true;
|
||||
hijackNetrw = true;
|
||||
hijackCursor = true;
|
||||
view = {
|
||||
cursorline = true;
|
||||
side = "right";
|
||||
width = "25%";
|
||||
};
|
||||
enable = true;
|
||||
autoClose = true;
|
||||
disableNetrw = true;
|
||||
hijackNetrw = true;
|
||||
hijackCursor = true;
|
||||
view = {
|
||||
cursorline = true;
|
||||
side = "right";
|
||||
width = "25%";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue