updates
This commit is contained in:
parent
03e5a47910
commit
36ade9a42d
6 changed files with 147 additions and 65 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue