feat: UI improvements

This commit is contained in:
2026-04-26 00:49:37 +02:00
parent 3cbfe566e4
commit c61efc6f5c
9 changed files with 339 additions and 188 deletions
+13 -5
View File
@@ -78,9 +78,6 @@ in
kanagawa-nvim
nvim-treesitter.withAllGrammars
nvim-treesitter-textobjects
telescope-nvim
telescope-fzf-native-nvim
telescope-ui-select-nvim
];
};
@@ -99,6 +96,7 @@ in
data = with pkgs.vimPlugins; [
nvim-lspconfig
lazydev-nvim
nvim-navic
trouble-nvim
typst-preview-nvim
];
@@ -124,6 +122,8 @@ in
lazy = true;
data = with pkgs.vimPlugins; [
lualine-nvim
bufferline-nvim
gitsigns-nvim
zen-mode-nvim
which-key-nvim
];
@@ -135,10 +135,18 @@ in
project-nvim
];
};
telescope = {
lazy = true;
data = with pkgs.vimPlugins; [
telescope-nvim
telescope-fzf-native-nvim
telescope-ui-select-nvim
];
};
};
# 4. Passing Data to Lua (Replacing nixCats.extra)
# We put these in `settings` so they appear in require('nix-info').settings
# 4. Values exposed to Lua through require("nix-info").settings.
settings = {
# Hostname/ConfigDir needed for nixd
nixdExtras = {