Refactor
This commit is contained in:
parent
9b54b177af
commit
77bce04e39
27 changed files with 2 additions and 2 deletions
|
@ -1,9 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
plugins.undotree.enable = true;
|
||||
|
||||
keymaps = lib.mkIf config.plugins.undotree.enable [
|
||||
{ action = "<cmd>UndotreeToggle<CR>"; key = "<leader>u"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue