mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
vimPlugins.nlua-nvim: init at 2020-11-16
This commit is contained in:
parent
4a60d940f9
commit
b3a6ed9f76
|
@ -2542,6 +2542,18 @@ let
|
||||||
meta.homepage = "https://github.com/zah/nim.vim/";
|
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 {
|
nord-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "nord-vim";
|
pname = "nord-vim";
|
||||||
version = "2020-07-06";
|
version = "2020-07-06";
|
||||||
|
|
|
@ -517,6 +517,7 @@ thirtythreeforty/lessspace.vim
|
||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
tiagofumo/vim-nerdtree-syntax-highlight
|
tiagofumo/vim-nerdtree-syntax-highlight
|
||||||
tikhomirov/vim-glsl
|
tikhomirov/vim-glsl
|
||||||
|
tjdevries/nlua.nvim
|
||||||
tmhedberg/SimpylFold
|
tmhedberg/SimpylFold
|
||||||
tmsvg/pear-tree
|
tmsvg/pear-tree
|
||||||
tmux-plugins/vim-tmux
|
tmux-plugins/vim-tmux
|
||||||
|
|
Loading…
Reference in a new issue