vimPlugins.vim-lua: init at 2020-08-05

This commit is contained in:
fortuneteller2k 2021-05-08 11:46:34 +08:00 committed by Jonathan Ringer
parent a89bc1c469
commit cf3c9970ea
2 changed files with 13 additions and 0 deletions

View file

@ -6940,6 +6940,18 @@ let
meta.homepage = "https://github.com/jackguo380/vim-lsp-cxx-highlight/";
};
vim-lua = buildVimPluginFrom2Nix {
pname = "vim-lua";
version = "2020-08-05";
src = fetchFromGitHub {
owner = "tbastos";
repo = "vim-lua";
rev = "fa810f85437525bcea0fc4ff22c634935721d86d";
sha256 = "1fkpfjpmv80lcd7jn95pzxrcbzn8avdywjknd5bn3212ahydg43m";
};
meta.homepage = "https://github.com/tbastos/vim-lua/";
};
vim-maktaba = buildVimPluginFrom2Nix {
pname = "vim-maktaba";
version = "2021-04-28";

View file

@ -597,6 +597,7 @@ takac/vim-hardtime
tami5/compe-conjure
tami5/lispdocs.nvim
tami5/sql.nvim
tbastos/vim-lua
tbodt/deoplete-tabnine
ternjs/tern_for_vim
terryma/vim-expand-region