vimPlugins.qmk-nvim: init at 2024-02-15
This commit is contained in:
parent
35a3c22cf0
commit
60a17414b2
2 changed files with 13 additions and 0 deletions
|
@ -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/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue