vimPlugins.BetterLua-vim: init at 2020-08-14
This commit is contained in:
parent
b3a6ed9f76
commit
8733417e3b
@ -267,6 +267,18 @@ let
|
||||
meta.homepage = "https://github.com/rbgrouleff/bclose.vim/";
|
||||
};
|
||||
|
||||
BetterLua-vim = buildVimPluginFrom2Nix {
|
||||
pname = "BetterLua-vim";
|
||||
version = "2020-08-14";
|
||||
src = fetchFromGitHub {
|
||||
owner = "euclidianAce";
|
||||
repo = "BetterLua.vim";
|
||||
rev = "d2d6c115575d09258a794a6f20ac60233eee59d5";
|
||||
sha256 = "1rvlx21kw8865dg6q97hx9i2s1n8mn1nyhn0m7dkx625pghsx3js";
|
||||
};
|
||||
meta.homepage = "https://github.com/euclidianAce/BetterLua.vim/";
|
||||
};
|
||||
|
||||
bufexplorer = buildVimPluginFrom2Nix {
|
||||
pname = "bufexplorer";
|
||||
version = "2020-02-17";
|
||||
|
@ -104,6 +104,7 @@ enricobacis/vim-airline-clock
|
||||
ensime/ensime-vim
|
||||
ervandew/supertab
|
||||
esneider/YUNOcommit.vim
|
||||
euclidianAce/BetterLua.vim
|
||||
euclio/vim-markdown-composer
|
||||
fannheyward/coc-markdownlint
|
||||
farmergreg/vim-lastplace
|
||||
|
Loading…
Reference in New Issue
Block a user