summaryrefslogtreecommitdiff
path: root/cats.nix
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-05 20:00:45 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-05 20:00:45 +0530
commit9ce536875e4dbbebb6d894e11a3877d4fb4f51ca (patch)
tree026e0c3402eec51e09d07e2296c8adca357099bf /cats.nix
parenteb3348c2c0234b99a5ff37ccfcefd5ef1486b5dd (diff)
remove unused plugin config and replace mini-statusline with lualine
Diffstat (limited to 'cats.nix')
-rw-r--r--cats.nix19
1 files changed, 6 insertions, 13 deletions
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 = [