change nixvim config

This commit is contained in:
Hadi
2025-03-22 13:21:33 +01:00
parent 1bd70e403f
commit 30009bcafb
5 changed files with 39 additions and 5 deletions

View File

@@ -2,13 +2,15 @@
programs.nixvim = {
nixpkgs.config.allowUnfree = true; # For copilot
highlightOverride = {
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
WhichKeySeparator.bg = "#${config.lib.stylix.colors.base00}";
};
plugins = {
bufferline.enable = true;
copilot-vim.enable = true;
flash.enable = true;
tmux-navigator.enable = true;
todo-comments.enable = true;
lualine = { enable = true; };
treesitter = {
enable = true;
nixGrammars = true;