From 9ce536875e4dbbebb6d894e11a3877d4fb4f51ca Mon Sep 17 00:00:00 2001 From: brustybee Date: Sun, 5 Apr 2026 20:00:45 +0530 Subject: remove unused plugin config and replace mini-statusline with lualine --- cats.nix | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'cats.nix') diff --git a/cats.nix b/cats.nix index 94443d0..02729fa 100644 --- a/cats.nix +++ b/cats.nix @@ -101,17 +101,11 @@ in trouble-nvim ]; - picker = { - mini = [ - mini-pick - mini-extra - ]; - telescope = [ - telescope-nvim - telescope-fzf-native-nvim - telescope-ui-select-nvim - ]; - }; + picker = [ + telescope-nvim + telescope-fzf-native-nvim + telescope-ui-select-nvim + ]; git = [ pkgs.neovimPlugins.neogit @@ -126,9 +120,8 @@ in }; ui = [ - # mini-indentscope hlchunk-nvim - mini-statusline + lualine-nvim ]; tsitter = [ -- cgit v1.3.1