mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
utility/undotree: moved undotree to utility object
This commit is contained in:
parent
0a1dda51d0
commit
cec4a94197
3 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
vim.lazy.plugins.undotree = {
|
||||
vim.lazy.plugins.utility.undotree = {
|
||||
package = "undotree";
|
||||
cmd = [
|
||||
"UndotreeToggle"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in {
|
||||
options.vim.undotree = {
|
||||
options.vim.utility.undotree = {
|
||||
enable = mkEnableOption "undo history visualizer for Vim [undotree]";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue