vimPlugins.quicker-nvim: init at 2024-11-14 (#367424)

This commit is contained in:
Gaétan Lepage
2024-12-22 21:04:19 +01:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -10677,6 +10677,18 @@ final: prev:
meta.homepage = "https://github.com/unblevable/quick-scope/";
};
quicker-nvim = buildVimPlugin {
pname = "quicker.nvim";
version = "2024-11-14";
src = fetchFromGitHub {
owner = "stevearc";
repo = "quicker.nvim";
rev = "049d66534d3de5920663ee1b8dd0096d70f55a67";
sha256 = "052bsqgjk3gh80vqpisv972d3snlf4hgmxag3hkhca5mp7zcpp2x";
};
meta.homepage = "https://github.com/stevearc/quicker.nvim/";
};
quickfix-reflector-vim = buildVimPlugin {
pname = "quickfix-reflector.vim";
version = "2022-02-02";
@@ -2453,6 +2453,10 @@ in
];
};
quicker-nvim = super.quicker-nvim.overrideAttrs {
nvimRequireCheck = "quicker";
};
rainbow-delimiters-nvim = super.rainbow-delimiters-nvim.overrideAttrs {
nvimSkipModule = [
# rainbow-delimiters.types.lua
@@ -886,6 +886,7 @@ https://github.com/AlphaTechnolog/pywal.nvim/,,
https://github.com/codethread/qmk.nvim/,HEAD,
https://github.com/quarto-dev/quarto-nvim/,,
https://github.com/unblevable/quick-scope/,,
https://github.com/stevearc/quicker.nvim/,HEAD,
https://github.com/stefandtw/quickfix-reflector.vim/,,
https://github.com/dannyob/quickfixstatus/,,
https://github.com/jbyuki/quickmath.nvim/,HEAD,