Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -2933,6 +2933,18 @@ final: prev: meta.homepage = "https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/"; }; cspell-nvim = buildVimPlugin { pname = "cspell.nvim"; version = "2024-11-21"; src = fetchFromGitHub { owner = "davidmh"; repo = "cspell.nvim"; rev = "be04e47348c04f89614d99cf73a7ce1165a2e3ec"; sha256 = "0cwfc7zqlfpz9x4s6xxv6dadh6xxyp19f595pjp9sp9sxb21r7hj"; }; meta.homepage = "https://github.com/davidmh/cspell.nvim/"; }; csv-vim = buildVimPlugin { pname = "csv.vim"; version = "2024-12-15"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -829,6 +829,13 @@ in nvimRequireCheck = "crates"; }; cspell-nvim = super.cspell-nvim.overrideAttrs { dependencies = with self; [ none-ls-nvim plenary-nvim ]; }; ctrlp-cmatcher = super.ctrlp-cmatcher.overrideAttrs { # drop Python 2 patches # https://github.com/JazzCore/ctrlp-cmatcher/pull/44 Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ https://github.com/nixprime/cpsm/,, https://github.com/saecki/crates.nvim/,, https://github.com/godlygeek/csapprox/,, https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD, https://github.com/davidmh/cspell.nvim/,HEAD, https://github.com/chrisbra/csv.vim/,, https://github.com/hat0uma/csvview.nvim/,HEAD, https://github.com/JazzCore/ctrlp-cmatcher/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -2933,6 +2933,18 @@ final: prev: meta.homepage = "https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/"; }; cspell-nvim = buildVimPlugin { pname = "cspell.nvim"; version = "2024-11-21"; src = fetchFromGitHub { owner = "davidmh"; repo = "cspell.nvim"; rev = "be04e47348c04f89614d99cf73a7ce1165a2e3ec"; sha256 = "0cwfc7zqlfpz9x4s6xxv6dadh6xxyp19f595pjp9sp9sxb21r7hj"; }; meta.homepage = "https://github.com/davidmh/cspell.nvim/"; }; csv-vim = buildVimPlugin { pname = "csv.vim"; version = "2024-12-15"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -829,6 +829,13 @@ in nvimRequireCheck = "crates"; }; cspell-nvim = super.cspell-nvim.overrideAttrs { dependencies = with self; [ none-ls-nvim plenary-nvim ]; }; ctrlp-cmatcher = super.ctrlp-cmatcher.overrideAttrs { # drop Python 2 patches # https://github.com/JazzCore/ctrlp-cmatcher/pull/44 Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ https://github.com/nixprime/cpsm/,, https://github.com/saecki/crates.nvim/,, https://github.com/godlygeek/csapprox/,, https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD, https://github.com/davidmh/cspell.nvim/,HEAD, https://github.com/chrisbra/csv.vim/,, https://github.com/hat0uma/csvview.nvim/,HEAD, https://github.com/JazzCore/ctrlp-cmatcher/,, Loading