vimPlugins.cspell-nvim: init at 2024-11-21
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user