This commit is contained in:
fwastring 2026-03-30 09:33:05 +02:00
parent 03e5a47910
commit 36ade9a42d
6 changed files with 147 additions and 65 deletions

View file

@ -37,6 +37,7 @@ with lib;
telescope = true;
treesitter = true;
cmp = true;
lualine = true;
};
};
};
@ -251,6 +252,18 @@ with lib;
};
};
};
# avante = {
# enable = true;
# settings = {
# provider = "claude-code";
# acp_providers = {
# claude-code = {
# command = "npx";
# args = [ "@zed-industries/claude-code-acp" ];
# };
# };
# };
# };
treesitter = {
enable = true;
@ -363,6 +376,9 @@ with lib;
};
};
};
extraPlugins = with pkgs.vimPlugins; [
plenary-nvim
];
enableMan = false;
autoCmd = [
{