vimPlugins: update on 2025-04-09

This commit is contained in:
Austin Horstman
2025-04-09 15:57:47 -05:00
parent 97dc40af9d
commit a43b4fdb35
2 changed files with 315 additions and 313 deletions
File diff suppressed because it is too large Load Diff
@@ -610,7 +610,7 @@ in
];
};
codeium-nvim =
windsurf-nvim =
let
# Update according to https://github.com/Exafunction/codeium.nvim/blob/main/lua/codeium/versions.json
codeiumVersion = "1.20.9";
@@ -648,7 +648,7 @@ in
};
in
super.codeium-nvim.overrideAttrs {
super.windsurf-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
buildPhase = ''
cat << EOF > lua/codeium/installation_defaults.lua
@@ -2221,6 +2221,7 @@ in
"nvchad.themes.mappings"
"nvchad.cheatsheet.grid"
"nvchad.cheatsheet.simple"
"nvchad.blink.config"
];
};
@@ -2586,6 +2587,7 @@ in
# Pickers, can use telescope or fzf-lua
fzf-lua
telescope-nvim
snacks-nvim
];
dependencies = with self; [
plenary-nvim