diff --git a/config/options.nix b/config/options.nix index 4339f31..e492656 100644 --- a/config/options.nix +++ b/config/options.nix @@ -3,5 +3,8 @@ # Line numbers number = true; relativenumber = true; + + # Save Undo History + undofile = true; }; } diff --git a/config/plugins.nix b/config/plugins.nix index 7ac5833..7a4c768 100644 --- a/config/plugins.nix +++ b/config/plugins.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { plugins = { lualine.enable = true; + undotree.enable = true; }; plugins.gitsigns = {