vimPlugins.vim-elm-syntax: init at 2019-11-28
This commit is contained in:
parent
2ce5e5b17c
commit
7af70d8b77
@ -3610,6 +3610,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-elm-syntax = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-elm-syntax";
|
||||||
|
version = "2019-11-28";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "andys8";
|
||||||
|
repo = "vim-elm-syntax";
|
||||||
|
rev = "7ed55d9bc2c0cfd023d7cc6541634bcbf36430b5";
|
||||||
|
sha256 = "1kq7qcw9l41q646a2ilwy94lj1qz9as14aqfmzkbi938yij18zpx";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-eunuch = buildVimPluginFrom2Nix {
|
vim-eunuch = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-eunuch";
|
pname = "vim-eunuch";
|
||||||
version = "2019-11-13";
|
version = "2019-11-13";
|
||||||
|
@ -12,6 +12,7 @@ amiorin/ctrlp-z
|
|||||||
andreshazard/vim-logreview
|
andreshazard/vim-logreview
|
||||||
andsild/peskcolor.vim
|
andsild/peskcolor.vim
|
||||||
andviro/flake8-vim
|
andviro/flake8-vim
|
||||||
|
andys8/vim-elm-syntax
|
||||||
ap/vim-css-color
|
ap/vim-css-color
|
||||||
arcticicestudio/nord-vim
|
arcticicestudio/nord-vim
|
||||||
artur-shaik/vim-javacomplete2
|
artur-shaik/vim-javacomplete2
|
||||||
|
Loading…
Reference in New Issue
Block a user