diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d074843f35e9..979441ed87b3 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f2ae2f39bdae..c84d0e792ad0 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 26a545f92bd7..428704ad1d50 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,