Skip to content

Commit

Permalink
vimPlugins.cspell-nvim: init at 2024-11-21 (NixOS#372514)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Jan 10, 2025
2 parents 23d932a + ed3bd88 commit 9f12943
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
7 changes: 7 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 9f12943

Please sign in to comment.