vimPlugins: add missing dependencies

This commit is contained in:
Austin Horstman 2024-11-26 08:19:43 -06:00
parent 4e927186d7
commit 83ebb5d031
No known key found for this signature in database

View File

@ -244,7 +244,7 @@ in
}; };
base46 = super.base46.overrideAttrs { base46 = super.base46.overrideAttrs {
dependencies = with self; [ nvchad ]; dependencies = with self; [ nvchad-ui ];
}; };
# The GitHub repository returns 404, which breaks the update script # The GitHub repository returns 404, which breaks the update script
@ -292,7 +292,10 @@ in
}; };
cheatsheet-nvim = super.cheatsheet-nvim.overrideAttrs { cheatsheet-nvim = super.cheatsheet-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim ]; dependencies = with self; [
telescope-nvim
plenary-nvim
];
}; };
clang_complete = super.clang_complete.overrideAttrs { clang_complete = super.clang_complete.overrideAttrs {
@ -616,6 +619,10 @@ in
}; };
}; };
codewindow-nvim = super.codewindow-nvim.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
};
command-t = super.command-t.overrideAttrs { command-t = super.command-t.overrideAttrs {
nativeBuildInputs = [ nativeBuildInputs = [
getconf getconf
@ -677,6 +684,12 @@ in
nvimRequireCheck = "CopilotChat"; nvimRequireCheck = "CopilotChat";
}; };
copilot-cmp = super.copilot-cmp.overrideAttrs {
dependencies = with self; [
copilot-lua
];
};
copilot-lualine = super.copilot-lualine.overrideAttrs { copilot-lualine = super.copilot-lualine.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
copilot-lua copilot-lua
@ -816,6 +829,12 @@ in
''; '';
}; };
darkearth-nvim = super.darkearth-nvim.overrideAttrs {
dependencies = with self; [
lush-nvim
];
};
ddc-filter-matcher_head = super.ddc-filter-matcher_head.overrideAttrs { ddc-filter-matcher_head = super.ddc-filter-matcher_head.overrideAttrs {
dependencies = with self; [ ddc-vim ]; dependencies = with self; [ ddc-vim ];
}; };
@ -905,6 +924,10 @@ in
''; '';
}); });
efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig ];
};
elixir-tools-nvim = super.elixir-tools-nvim.overrideAttrs { elixir-tools-nvim = super.elixir-tools-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ]; dependencies = with self; [ plenary-nvim ];
fixupPhase = '' fixupPhase = ''
@ -931,6 +954,10 @@ in
nvimRequireCheck = "flit"; nvimRequireCheck = "flit";
}; };
flutter-tools-nvim = super.flutter-tools-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
follow-md-links-nvim = super.follow-md-links-nvim.overrideAttrs { follow-md-links-nvim = super.follow-md-links-nvim.overrideAttrs {
dependencies = [ self.nvim-treesitter ]; dependencies = [ self.nvim-treesitter ];
}; };
@ -1002,6 +1029,10 @@ in
}; };
}); });
fzf-lsp-nvim = super.fzf-lsp-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
fzf-lua = super.fzf-lua.overrideAttrs { fzf-lua = super.fzf-lua.overrideAttrs {
propagatedBuildInputs = [ fzf ]; propagatedBuildInputs = [ fzf ];
# FIXME: address already in use # FIXME: address already in use
@ -1042,8 +1073,11 @@ in
nvimRequireCheck = "git-worktree"; nvimRequireCheck = "git-worktree";
}; };
guard-collection = super.guard-collection.overrideAttrs {
dependencies = [ self.guard-nvim ];
};
guard-nvim = super.guard-nvim.overrideAttrs { guard-nvim = super.guard-nvim.overrideAttrs {
dependencies = with self; [ guard-collection ];
nvimRequireCheck = "guard"; nvimRequireCheck = "guard";
}; };
@ -1213,6 +1247,11 @@ in
''; '';
}; };
LazyVim = super.LazyVim.overrideAttrs {
# Any other dependency is optional
dependencies = with self; [ lazy-nvim ];
};
lazy-lsp-nvim = super.lazy-lsp-nvim.overrideAttrs { lazy-lsp-nvim = super.lazy-lsp-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig ]; dependencies = with self; [ nvim-lspconfig ];
nvimRequireCheck = "lazy-lsp"; nvimRequireCheck = "lazy-lsp";
@ -1263,6 +1302,10 @@ in
nvimRequireCheck = "leetcode"; nvimRequireCheck = "leetcode";
}; };
legendary-nvim = super.legendary-nvim.overrideAttrs {
dependencies = with self; [ sqlite-lua ];
};
lens-vim = super.lens-vim.overrideAttrs { lens-vim = super.lens-vim.overrideAttrs {
# remove duplicate g:lens#animate in doc/lens.txt # remove duplicate g:lens#animate in doc/lens.txt
# https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985 # https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985
@ -1288,6 +1331,35 @@ in
nvimRequireCheck = "lir"; nvimRequireCheck = "lir";
}; };
lispdocs-nvim = super.lispdocs-nvim.overrideAttrs {
dependencies = with self; [
conjure
sqlite-lua
telescope-nvim
plenary-nvim
];
};
litee-calltree-nvim = super.litee-calltree-nvim.overrideAttrs {
dependencies = with self; [ litee-nvim ];
};
litee-filetree-nvim = super.litee-filetree-nvim.overrideAttrs {
dependencies = with self; [ litee-nvim ];
};
litee-symboltree-nvim = super.litee-symboltree-nvim.overrideAttrs {
dependencies = with self; [ litee-nvim ];
};
lspcontainers-nvim = super.lspcontainers-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig ];
};
lsp_extensions-nvim = super.lsp_extensions-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
lsp-progress-nvim = neovimUtils.buildNeovimPlugin { lsp-progress-nvim = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.lsp-progress-nvim; luaAttr = luaPackages.lsp-progress-nvim;
nvimRequireCheck = "lsp-progress"; nvimRequireCheck = "lsp-progress";
@ -1400,6 +1472,10 @@ in
nvimRequireCheck = "middleclass"; nvimRequireCheck = "middleclass";
}; };
mind-nvim = super.mind-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
minimap-vim = super.minimap-vim.overrideAttrs { minimap-vim = super.minimap-vim.overrideAttrs {
preFixup = '' preFixup = ''
substituteInPlace $out/plugin/minimap.vim \ substituteInPlace $out/plugin/minimap.vim \
@ -1424,6 +1500,12 @@ in
meta.homepage = "https://github.com/jose-elias-alvarez/minsnip.nvim/"; meta.homepage = "https://github.com/jose-elias-alvarez/minsnip.nvim/";
}; };
mkdnflow-nvim = super.mkdnflow-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
];
};
moveline-nvim = moveline-nvim =
let let
version = "2024-07-25"; version = "2024-07-25";
@ -1467,6 +1549,10 @@ in
nvimRequireCheck = "multicursors"; nvimRequireCheck = "multicursors";
}; };
muren-nvim = super.muren-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
ncm2 = super.ncm2.overrideAttrs { ncm2 = super.ncm2.overrideAttrs {
dependencies = with self; [ nvim-yarp ]; dependencies = with self; [ nvim-yarp ];
nvimRequireCheck = "ncm2"; nvimRequireCheck = "ncm2";
@ -1515,6 +1601,15 @@ in
nvimRequireCheck = "neorg"; nvimRequireCheck = "neorg";
}; };
neorg-telescope = super.neorg-telescope.overrideAttrs {
buildInputs = [ luaPackages.lua-utils-nvim ];
dependencies = with self; [
neorg
plenary-nvim
telescope-nvim
];
};
neotest = super.neotest.overrideAttrs { neotest = super.neotest.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
nvim-nio nvim-nio
@ -1523,14 +1618,77 @@ in
nvimRequirecheck = "neotest"; nvimRequirecheck = "neotest";
}; };
neotest-gradle = super.neotest-gradle.overrideAttrs { neotest-bash = super.neotest-bash.overrideAttrs {
dependencies = with self; [ plenary-nvim ]; dependencies = with self; [
nvimRequirecheck = "neotest-gradle"; neotest
plenary-nvim
];
};
neotest-dart = super.neotest-dart.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-deno = super.neotest-deno.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-dotnet = super.neotest-dotnet.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-elixir = super.neotest-elixir.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-foundry = super.neotest-foundry.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-go = super.neotest-go.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
}; };
neotest-golang = super.neotest-golang.overrideAttrs { neotest-golang = super.neotest-golang.overrideAttrs {
dependencies = [ self.nvim-dap-go ]; dependencies = with self; [
nvimRequirecheck = "neotest-golang"; neotest
nvim-nio
nvim-dap-go
nvim-treesitter
plenary-nvim
];
};
neotest-gradle = super.neotest-gradle.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
}; };
neotest-gtest = super.neotest-gtest.overrideAttrs { neotest-gtest = super.neotest-gtest.overrideAttrs {
@ -1542,6 +1700,13 @@ in
nvimRequirecheck = "neotest-gtest"; nvimRequirecheck = "neotest-gtest";
}; };
neotest-haskell = super.neotest-haskell.overrideAttrs {
dependencies = with self; [
neotest
plenary-nvim
];
};
neotest-java = super.neotest-java.overrideAttrs { neotest-java = super.neotest-java.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
neotest neotest
@ -1568,9 +1733,21 @@ in
nvimRequirecheck = "neotest-pest"; nvimRequirecheck = "neotest-pest";
}; };
neotest-phpunit = super.neotest-phpunit.overrideAttrs {
dependencies = with self; [
neotest
plenary-nvim
nvim-nio
];
};
neotest-playwright = super.neotest-playwright.overrideAttrs { neotest-playwright = super.neotest-playwright.overrideAttrs {
dependencies = [ self.telescope-nvim ]; dependencies = with self; [
nvimRequirecheck = "neotest-playwright"; neotest
nvim-nio
plenary-nvim
telescope-nvim
];
}; };
neotest-plenary = super.neotest-plenary.overrideAttrs { neotest-plenary = super.neotest-plenary.overrideAttrs {
@ -1591,10 +1768,26 @@ in
nvimRequirecheck = "neotest-python"; nvimRequirecheck = "neotest-python";
}; };
neotest-rspec = super.neotest-rspec.overrideAttrs {
dependencies = with self; [
neotest
plenary-nvim
];
};
neotest-rust = super.neotest-rust.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
neotest-scala = super.neotest-scala.overrideAttrs { neotest-scala = super.neotest-scala.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
neotest neotest
nvim-nio nvim-nio
plenary-nvim
]; ];
nvimRequirecheck = "neotest-scala"; nvimRequirecheck = "neotest-scala";
}; };
@ -1632,6 +1825,10 @@ in
nvimRequireCheck = "neuron"; nvimRequireCheck = "neuron";
}; };
nlsp-settings-nvim = super.nlsp-settings-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig ];
};
noctis-nvim = super.noctis-nvim.overrideAttrs { noctis-nvim = super.noctis-nvim.overrideAttrs {
dependencies = [ self.lush-nvim ]; dependencies = [ self.lush-nvim ];
}; };
@ -1661,6 +1858,23 @@ in
nvimRequireCheck = "null-ls"; nvimRequireCheck = "null-ls";
}; };
nvchad = super.nvchad.overrideAttrs {
# You've signed up for a distro, providing dependencies.
dependencies = with self; [
gitsigns-nvim
luasnip
mason-nvim
nvim-cmp
nvim-lspconfig
telescope-nvim
nvim-treesitter
];
};
nvchad-ui = super.nvchad-ui.overrideAttrs {
dependencies = with self; [ nvzone-volt ];
};
nvim-biscuits = super.nvim-biscuits.overrideAttrs { nvim-biscuits = super.nvim-biscuits.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
nvim-treesitter nvim-treesitter
@ -1668,11 +1882,19 @@ in
]; ];
}; };
nvim-cokeline = super.nvim-cokeline.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
nvim-coverage = super.nvim-coverage.overrideAttrs { nvim-coverage = super.nvim-coverage.overrideAttrs {
dependencies = with self; [ plenary-nvim ]; dependencies = with self; [ plenary-nvim ];
nvimRequireCheck = "coverage"; nvimRequireCheck = "coverage";
}; };
nvim-fzf-commands = super.nvim-fzf-commands.overrideAttrs {
dependencies = with self; [ nvim-fzf ];
};
nvim-dap-python = super.nvim-dap-python.overrideAttrs { nvim-dap-python = super.nvim-dap-python.overrideAttrs {
dependencies = with self; [ nvim-dap ]; dependencies = with self; [ nvim-dap ];
nvimRequireCheck = "dap-python"; nvimRequireCheck = "dap-python";
@ -1683,6 +1905,10 @@ in
nvimRequireCheck = "dap-rego"; nvimRequireCheck = "dap-rego";
}; };
nvim-dap-rr = super.nvim-dap-rr.overrideAttrs {
dependencies = [ self.nvim-dap ];
};
nvim-dap-ui = super.nvim-dap-ui.overrideAttrs { nvim-dap-ui = super.nvim-dap-ui.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
nvim-dap nvim-dap
@ -1693,9 +1919,12 @@ in
nvimRequireCheck = "dapui"; nvimRequireCheck = "dapui";
}; };
nvim-dap-rr = super.nvim-dap-rr.overrideAttrs { nvim-dap-virtual-text = super.nvim-dap-virtual-text.overrideAttrs {
dependencies = [ self.nvim-dap ]; dependencies = with self; [ nvim-dap ];
nvimRequireCheck = "nvim-dap-rr"; };
nvim-FeMaco-lua = super.nvim-FeMaco-lua.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
}; };
nvim-genghis = super.nvim-genghis.overrideAttrs { nvim-genghis = super.nvim-genghis.overrideAttrs {
@ -1784,6 +2013,14 @@ in
nvimRequireCheck = "nvim-navic"; nvimRequireCheck = "nvim-navic";
}; };
nvim-paredit = super.nvim-paredit.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
};
nvim-rip-substitute = super.nvim-rip-substitute.overrideAttrs {
buildInputs = [ ripgrep ];
};
nvim-spectre = super.nvim-spectre.overrideAttrs ( nvim-spectre = super.nvim-spectre.overrideAttrs (
old: old:
let let
@ -1947,6 +2184,10 @@ in
nvimRequireCheck = "overseer"; nvimRequireCheck = "overseer";
}; };
package-info-nvim = super.package-info-nvim.overrideAttrs {
dependencies = [ self.nui-nvim ];
};
inherit parinfer-rust; inherit parinfer-rust;
parpar-nvim = super.parpar-nvim.overrideAttrs { parpar-nvim = super.parpar-nvim.overrideAttrs {
@ -1988,6 +2229,10 @@ in
nvimRequireCheck = "plenary"; nvimRequireCheck = "plenary";
}; };
popup-nvim = super.popup-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
Preview-nvim = super.Preview-nvim.overrideAttrs { Preview-nvim = super.Preview-nvim.overrideAttrs {
patches = [ patches = [
(substituteAll { (substituteAll {
@ -1997,6 +2242,10 @@ in
]; ];
}; };
qmk-nvim = super.qmk-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
range-highlight-nvim = super.range-highlight-nvim.overrideAttrs { range-highlight-nvim = super.range-highlight-nvim.overrideAttrs {
dependencies = with self; [ cmd-parser-nvim ]; dependencies = with self; [ cmd-parser-nvim ];
nvimRequireCheck = "range-highlight"; nvimRequireCheck = "range-highlight";
@ -2029,6 +2278,10 @@ in
nvimRequireCheck = "refactoring"; nvimRequireCheck = "refactoring";
}; };
renamer-nvim = super.renamer-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
# needs "http" and "json" treesitter grammars too # needs "http" and "json" treesitter grammars too
rest-nvim = super.rest-nvim.overrideAttrs { rest-nvim = super.rest-nvim.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
@ -2066,10 +2319,22 @@ in
nvimRequireCheck = "rustaceanvim"; nvimRequireCheck = "rustaceanvim";
}; };
rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
samodostal-image-nvim = super.samodostal-image-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
scretch-nvim = super.scretch-nvim.overrideAttrs { scretch-nvim = super.scretch-nvim.overrideAttrs {
nvimRequireCheck = "scretch"; nvimRequireCheck = "scretch";
}; };
searchbox-nvim = super.searchbox-nvim.overrideAttrs {
dependencies = [ self.nui-nvim ];
};
sg-nvim = super.sg-nvim.overrideAttrs ( sg-nvim = super.sg-nvim.overrideAttrs (
old: old:
let let
@ -2122,8 +2387,9 @@ in
smart-open-nvim = super.smart-open-nvim.overrideAttrs { smart-open-nvim = super.smart-open-nvim.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
telescope-nvim plenary-nvim
sqlite-lua sqlite-lua
telescope-nvim
]; ];
}; };
@ -2352,6 +2618,7 @@ in
dependencies = with self; [ dependencies = with self; [
sqlite-lua sqlite-lua
telescope-nvim telescope-nvim
plenary-nvim
]; ];
}; };
@ -2406,6 +2673,13 @@ in
]; ];
}; };
telescope-live-grep-args-nvim = super.telescope-live-grep-args-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
telescope-nvim
];
};
telescope-lsp-handlers-nvim = super.telescope-lsp-handlers-nvim.overrideAttrs { telescope-lsp-handlers-nvim = super.telescope-lsp-handlers-nvim.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
plenary-nvim plenary-nvim
@ -2452,7 +2726,10 @@ in
}; };
telescope-undo-nvim = super.telescope-undo-nvim.overrideAttrs { telescope-undo-nvim = super.telescope-undo-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim ]; dependencies = with self; [
plenary-nvim
telescope-nvim
];
}; };
telescope-vim-bookmarks-nvim = super.telescope-vim-bookmarks-nvim.overrideAttrs { telescope-vim-bookmarks-nvim = super.telescope-vim-bookmarks-nvim.overrideAttrs {
@ -2469,6 +2746,12 @@ in
]; ];
}; };
telescope-zf-native-nvim = super.telescope-zf-native-nvim.overrideAttrs {
dependencies = with self; [
telescope-nvim
];
};
quarto-nvim = super.quarto-nvim.overrideAttrs { quarto-nvim = super.quarto-nvim.overrideAttrs {
dependencies = with self; [ dependencies = with self; [
nvim-lspconfig nvim-lspconfig