change nixvim config

Former-commit-id: 30009bcafb
This commit is contained in:
Hadi
2025-03-22 13:21:33 +01:00
parent 6971afb3af
commit f8b20c8f20
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;