diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-05 20:00:45 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-05 20:00:45 +0530 |
| commit | 9ce536875e4dbbebb6d894e11a3877d4fb4f51ca (patch) | |
| tree | 026e0c3402eec51e09d07e2296c8adca357099bf /cats.nix | |
| parent | eb3348c2c0234b99a5ff37ccfcefd5ef1486b5dd (diff) | |
remove unused plugin config and replace mini-statusline with lualine
Diffstat (limited to 'cats.nix')
| -rw-r--r-- | cats.nix | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -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 = [ |
