vimPlugins.qmk-nvim: init at 2024-02-15

This commit is contained in:
Gaetan Lepage 2024-03-30 23:28:00 +01:00 committed by Matthieu Coudron
parent 35a3c22cf0
commit 60a17414b2
2 changed files with 13 additions and 0 deletions

View file

@ -17069,5 +17069,17 @@ final: prev:
meta.homepage = "https://github.com/backdround/improved-search.nvim/";
};
qmk-nvim = buildVimPlugin {
pname = "qmk-nvim";
version = "2024-02-15";
src = fetchFromGitHub {
owner = "codethread";
repo = "qmk.nvim";
rev = "67c1a94b10f7266ac01b0a2431dade70693edba9";
sha256 = "sha256-YKp9/unDL52guKRHI50DSPV8nXyPqAHY9mEHUMHFhmc=";
};
meta.homepage = "https://github.com/codethread/qmk.nvim/";
};
}

View file

@ -761,6 +761,7 @@ https://github.com/purescript-contrib/purescript-vim/,,
https://github.com/python-mode/python-mode/,,
https://github.com/vim-python/python-syntax/,,
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/stefandtw/quickfix-reflector.vim/,,