refactor(nixvim): move catppuccin to its own file
This commit is contained in:
parent
3a63bec55b
commit
bdbb40c953
5 changed files with 12 additions and 6 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
programs.nixvim = {
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "t";
|
||||
action = ":NvimTreeToggle<CR>";
|
||||
}
|
||||
];
|
||||
plugins = {
|
||||
web-devicons.enable = true;
|
||||
|
||||
nvim-tree = {
|
||||
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