vimPlugins: update on 2026-01-24
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -383,6 +383,8 @@ assertNoAdditions {
|
||||
};
|
||||
|
||||
chadtree = super.chadtree.overrideAttrs {
|
||||
# > E5108: Error executing lua ...implugin-chadtree-0-unstable-2026-01-18/lua/chadtree.lua:162: Vim:Failed to start server: address already in use
|
||||
doCheck = stdenv.hostPlatform.isLinux;
|
||||
buildInputs = [
|
||||
python3
|
||||
];
|
||||
@@ -2779,6 +2781,28 @@ assertNoAdditions {
|
||||
# Meta can't be required
|
||||
"nvim-tree._meta.api"
|
||||
"nvim-tree._meta.api_decorator"
|
||||
"nvim-tree._meta.config.filters"
|
||||
"nvim-tree._meta.config.actions"
|
||||
"nvim-tree._meta.config.git"
|
||||
"nvim-tree._meta.config.renderer"
|
||||
"nvim-tree._meta.config.experimental"
|
||||
"nvim-tree._meta.config.tab"
|
||||
"nvim-tree._meta.config.modified"
|
||||
"nvim-tree._meta.config.help"
|
||||
"nvim-tree._meta.config.notify"
|
||||
"nvim-tree._meta.config.sort"
|
||||
"nvim-tree._meta.config.view"
|
||||
"nvim-tree._meta.config.update_focused_file"
|
||||
"nvim-tree._meta.config.diagnostics"
|
||||
"nvim-tree._meta.config.log"
|
||||
"nvim-tree._meta.config.system_open"
|
||||
"nvim-tree._meta.config.ui"
|
||||
"nvim-tree._meta.config.hijack_directories"
|
||||
"nvim-tree._meta.config.trash"
|
||||
"nvim-tree._meta.config.filesystem_watchers"
|
||||
"nvim-tree._meta.config.live_filter"
|
||||
"nvim-tree._meta.config.bookmarks"
|
||||
"nvim-tree._meta.config"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -3055,6 +3079,17 @@ assertNoAdditions {
|
||||
];
|
||||
});
|
||||
|
||||
perfanno-nvim = super.perfanno-nvim.overrideAttrs {
|
||||
checkInputs = with self; [
|
||||
fzf-lua
|
||||
];
|
||||
nvimSkipModules = [
|
||||
# Address in use error from fzf-lua on darwin
|
||||
# https://github.com/NixOS/nixpkgs/issues/431458
|
||||
"perfanno.fzf_lua"
|
||||
];
|
||||
};
|
||||
|
||||
persisted-nvim = super.persisted-nvim.overrideAttrs {
|
||||
nvimSkipModules = [
|
||||
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
|
||||
|
||||
Reference in New Issue
Block a user