vimPlugins: update on 2025-04-04
This commit is contained in:
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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user