From ed3bd8871ee7ed70cc141e8eaefbc898d95c9e13 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 10 Jan 2025 00:26:02 +0100 Subject: [PATCH] vimPlugins.cspell-nvim: init at 2024-11-21 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 7 +++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 20 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d074843f35e95..979441ed87b3f 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 f2ae2f39bdae1..c84d0e792ad0a 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 26a545f92bd76..428704ad1d504 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/,,