mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
change nixvim config
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
quickfile.enable = true;
|
||||
statuscolumn.enable = true;
|
||||
zen.enable = true;
|
||||
bufdelete.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -29,6 +30,11 @@
|
||||
action = "<cmd>lua Snacks.dim.disable()<cr>";
|
||||
options.desc = "Undim";
|
||||
}
|
||||
{
|
||||
key = "<leader>wc";
|
||||
action = "<cmd>lua Snacks.bufdelete.all()<cr>";
|
||||
options.desc = "Close all buffers";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user