mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 00:51:03 +00:00
utility/undotree: removed unimportant boilerplate
This commit is contained in:
parent
b7b442737a
commit
81d566ac39
5 changed files with 20 additions and 20 deletions
6
modules/plugins/utility/undotree/config.nix
Normal file
6
modules/plugins/utility/undotree/config.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
vim.lazy.plugins.undotree = {
|
||||
cmd = [ "UndotreeToggle" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue