vimPlugins.vim-shellcheck: init at 2019-07-25
This commit is contained in:
parent
a03a49d28f
commit
aba9537923
@ -7325,6 +7325,18 @@ let
|
|||||||
meta.homepage = "https://github.com/tpope/vim-sexp-mappings-for-regular-people/";
|
meta.homepage = "https://github.com/tpope/vim-sexp-mappings-for-regular-people/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-shellcheck = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-shellcheck";
|
||||||
|
version = "2019-07-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "itspriddle";
|
||||||
|
repo = "vim-shellcheck";
|
||||||
|
rev = "4346419ac57ef341a15aa39c827c0848f17c6faf";
|
||||||
|
sha256 = "0j28nqmfjxzhwylp2r1mp5v39fws5jvn7k9maam97mi3j66a9jz5";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/itspriddle/vim-shellcheck/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-signature = buildVimPluginFrom2Nix {
|
vim-signature = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-signature";
|
pname = "vim-signature";
|
||||||
version = "2018-07-06";
|
version = "2018-07-06";
|
||||||
|
@ -187,6 +187,7 @@ itchyny/lightline.vim
|
|||||||
itchyny/thumbnail.vim
|
itchyny/thumbnail.vim
|
||||||
itchyny/vim-cursorword
|
itchyny/vim-cursorword
|
||||||
itchyny/vim-gitbranch
|
itchyny/vim-gitbranch
|
||||||
|
itspriddle/vim-shellcheck
|
||||||
ivanov/vim-ipython
|
ivanov/vim-ipython
|
||||||
jackguo380/vim-lsp-cxx-highlight
|
jackguo380/vim-lsp-cxx-highlight
|
||||||
jacoborus/tender.vim
|
jacoborus/tender.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user