vimPlugins.cmd-parser-nvim: init at 2021-05-30
This commit is contained in:
parent
9cbf09b077
commit
edc87686ae
@ -519,6 +519,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/bbchung/clighter8/";
|
||||
};
|
||||
|
||||
cmd-parser-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "cmd-parser-nvim";
|
||||
version = "2021-05-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "winston0410";
|
||||
repo = "cmd-parser.nvim";
|
||||
rev = "70813af493398217cb1df10950ae8b99c58422db";
|
||||
sha256 = "0rfa8cpykarcal8qcfp1dax1kgcbq7bv1ld6r1ia08n9vnqi5vm6";
|
||||
};
|
||||
meta.homepage = "https://github.com/winston0410/cmd-parser.nvim/";
|
||||
};
|
||||
|
||||
cmp-buffer = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-buffer";
|
||||
version = "2021-08-11";
|
||||
|
@ -846,6 +846,7 @@ will133/vim-dirdiff
|
||||
wincent/command-t
|
||||
wincent/ferret
|
||||
windwp/nvim-autopairs
|
||||
winston0410/cmd-parser.nvim
|
||||
wlangstroth/vim-racket
|
||||
wsdjeg/vim-fetch
|
||||
xavierd/clang_complete
|
||||
|
Loading…
Reference in New Issue
Block a user