Nvim config update

Former-commit-id: b801f55276
This commit is contained in:
Hadi
2025-03-01 02:58:48 +01:00
parent e0e933132b
commit 62bc08a436
11 changed files with 42 additions and 490 deletions

View File

@@ -1,16 +1,13 @@
{ config, ... }: {
programs.nixvim = {
nixpkgs.config.allowUnfree = true; # For copilot
highlightOverride = {
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
};
nixpkgs.config = { allowUnfree = true; };
plugins = {
copilot-vim.enable = true;
flash.enable = true;
tmux-navigator.enable = true;
comment.enable = true;
nvim-autopairs.enable = true;
todo-comments.enable = true;
treesitter = {
enable = true;
nixGrammars = true;