vimPlugins: update on 2026-02-14

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-02-14 15:54:27 -06:00
parent 285966fd07
commit 75da7daa03
2 changed files with 260 additions and 270 deletions
File diff suppressed because it is too large Load Diff
@@ -947,14 +947,6 @@ assertNoAdditions {
};
cpsm = super.cpsm.overrideAttrs (old: {
# CMake 4 dropped support of versions lower than 3.5, and versions
# lower than 3.10 are deprecated.
postPatch = (old.postPatch or "") + ''
substituteInPlace CMakeLists.txt \
--replace-fail \
"cmake_minimum_required(VERSION 2.8.12)" \
"cmake_minimum_required(VERSION 3.10)"
'';
nativeBuildInputs = [ cmake ];
buildInputs = [
python3
@@ -2807,6 +2799,8 @@ assertNoAdditions {
# Meta can't be required
"nvim-tree._meta.api"
"nvim-tree._meta.api_decorator"
"nvim-tree._meta.api.decorator_example"
"nvim-tree._meta.classes"
"nvim-tree._meta.config.filters"
"nvim-tree._meta.config.actions"
"nvim-tree._meta.config.git"