vimPlugins: update on 2025-04-04

This commit is contained in:
Austin Horstman
2025-04-04 13:14:42 -05:00
parent b6f910a2f7
commit bac4857abe
2 changed files with 486 additions and 483 deletions
File diff suppressed because it is too large Load Diff
@@ -1447,7 +1447,7 @@ in
];
buildInputs = [ curl ];
postPatch = ''
substituteInPlace lua/kulala/config/init.lua \
substituteInPlace lua/kulala/config/defaults.lua \
--replace-fail 'curl_path = "curl"' 'curl_path = "${lib.getExe curl}"'
'';
};
@@ -2700,6 +2700,9 @@ in
checkInputs = [
curl
ripgrep
# Optional integrations
self.blink-cmp
self.nvim-cmp
];
};