vimPlugins.BetterLua-vim: init at 2020-08-14
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user