Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -3909,6 +3909,18 @@ final: prev: meta.homepage = "https://github.com/latex-box-team/latex-box/"; }; lazy-lsp-nvim = buildVimPluginFrom2Nix { pname = "lazy-lsp.nvim"; version = "2022-10-10"; src = fetchFromGitHub { owner = "dundalek"; repo = "lazy-lsp.nvim"; rev = "c405a63b2424fec42bb67da53fc06b4a82a56963"; sha256 = "12b1pr23hl1avw4i44r47zkrw1h61qwz305l7gsngj3p69z4722r"; }; meta.homepage = "https://github.com/dundalek/lazy-lsp.nvim/"; }; lazygit-nvim = buildVimPluginFrom2Nix { pname = "lazygit.nvim"; version = "2022-06-14"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,10 @@ self: super: { ''; }; lazy-lsp-nvim = super.lazy-lsp-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-lspconfig ]; }); lean-nvim = super.lean-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-lspconfig plenary-nvim ]; }); Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ https://github.com/udalov/kotlin-vim/,, https://github.com/qnighy/lalrpop.vim/,, https://github.com/sk1418/last256/,, https://github.com/latex-box-team/latex-box/,, https://github.com/dundalek/lazy-lsp.nvim/,HEAD, https://github.com/kdheepak/lazygit.nvim/,, https://github.com/Julian/lean.nvim/,, https://github.com/leanprover/lean.vim/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -3909,6 +3909,18 @@ final: prev: meta.homepage = "https://github.com/latex-box-team/latex-box/"; }; lazy-lsp-nvim = buildVimPluginFrom2Nix { pname = "lazy-lsp.nvim"; version = "2022-10-10"; src = fetchFromGitHub { owner = "dundalek"; repo = "lazy-lsp.nvim"; rev = "c405a63b2424fec42bb67da53fc06b4a82a56963"; sha256 = "12b1pr23hl1avw4i44r47zkrw1h61qwz305l7gsngj3p69z4722r"; }; meta.homepage = "https://github.com/dundalek/lazy-lsp.nvim/"; }; lazygit-nvim = buildVimPluginFrom2Nix { pname = "lazygit.nvim"; version = "2022-06-14"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,10 @@ self: super: { ''; }; lazy-lsp-nvim = super.lazy-lsp-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-lspconfig ]; }); lean-nvim = super.lean-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-lspconfig plenary-nvim ]; }); Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ https://github.com/udalov/kotlin-vim/,, https://github.com/qnighy/lalrpop.vim/,, https://github.com/sk1418/last256/,, https://github.com/latex-box-team/latex-box/,, https://github.com/dundalek/lazy-lsp.nvim/,HEAD, https://github.com/kdheepak/lazygit.nvim/,, https://github.com/Julian/lean.nvim/,, https://github.com/leanprover/lean.vim/,, Loading