Unverified Commit 9f129433 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.cspell-nvim: init at 2024-11-21 (#372514)

parents 23d932a0 ed3bd887
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+7 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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/,,