Former-commit-id: 905cc9a885
This commit is contained in:
Hadi
2024-10-06 18:49:52 +02:00
parent 13c8f27411
commit 18c30e5931
75 changed files with 326 additions and 1325 deletions

View File

@@ -1,7 +1,7 @@
{ config, ... }: {
programs.nixvim = {
highlightOverride = {
FloatBorder.fg = "#${config.var.theme.colors.accent}";
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
};
plugins = {
copilot-vim.enable = true;
@@ -15,6 +15,7 @@
enable = true;
extensions.fzf-native = { enable = true; };
};
todo-comments.enable = true;
treesitter = {
enable = true;
nixGrammars = true;