diff --git a/modules/programs/nvim/new_plugins/other.nix b/modules/programs/nvim/new_plugins/other.nix index 7da6805..3107253 100644 --- a/modules/programs/nvim/new_plugins/other.nix +++ b/modules/programs/nvim/new_plugins/other.nix @@ -77,6 +77,15 @@ in ''; }; } + { + plugins.mini = { + enable = true; + modules = { + align = { }; + }; + }; + performance.combinePlugins.standalonePlugins = [ "mini.nvim" ]; + } ]; }; }