feat: nixvim configuration init
This commit is contained in:
14
config/modules/plugins/undotree.nix
Normal file
14
config/modules/plugins/undotree.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
plugins.undotree.enable = true;
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>ut";
|
||||
action = "<cmd>UndotreeToggle<CR>";
|
||||
options = {
|
||||
desc = "Undotree";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user