vimPlugins.nlua-nvim: init at 2020-11-16

This commit is contained in:
"Andrey Kuznetsov" 2020-11-19 00:57:20 +04:00
parent 4a60d940f9
commit b3a6ed9f76
2 changed files with 13 additions and 0 deletions

View File

@ -2542,6 +2542,18 @@ let
meta.homepage = "https://github.com/zah/nim.vim/";
};
nlua-nvim = buildVimPluginFrom2Nix {
pname = "nlua-nvim";
version = "2020-11-16";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "nlua.nvim";
rev = "92fdfb1eb791e79ff1d6403dd26b59ce61dd09c6";
sha256 = "1ka8k8rxn406glrc0qz8rk3zrxhpdaky040v1a65g5alb50af9hz";
};
meta.homepage = "https://github.com/tjdevries/nlua.nvim/";
};
nord-vim = buildVimPluginFrom2Nix {
pname = "nord-vim";
version = "2020-07-06";

View File

@ -517,6 +517,7 @@ thirtythreeforty/lessspace.vim
thosakwe/vim-flutter
tiagofumo/vim-nerdtree-syntax-highlight
tikhomirov/vim-glsl
tjdevries/nlua.nvim
tmhedberg/SimpylFold
tmsvg/pear-tree
tmux-plugins/vim-tmux