mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
vimPlugins.luasnip: init at 2021-06-23
This commit is contained in:
parent
4516f0695d
commit
cd58ea3344
|
@ -2674,6 +2674,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/hoob3rt/lualine.nvim/";
|
||||
};
|
||||
|
||||
luasnip = buildVimPluginFrom2Nix {
|
||||
pname = "luasnip";
|
||||
version = "2021-06-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "l3mon4d3";
|
||||
repo = "luasnip";
|
||||
rev = "943508a957d27d7b2050a37cb41774ae3a812987";
|
||||
sha256 = "024c0k7mcwalkrzm0i45ah2ymaysm1jqmba2iq4m2glc6vgr6c2g";
|
||||
};
|
||||
meta.homepage = "https://github.com/l3mon4d3/luasnip/";
|
||||
};
|
||||
|
||||
lush-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "lush-nvim";
|
||||
version = "2021-06-01";
|
||||
|
|
|
@ -314,6 +314,7 @@ kristijanhusak/vim-hybrid-material
|
|||
kshenoy/vim-signature
|
||||
kyazdani42/nvim-tree.lua
|
||||
kyazdani42/nvim-web-devicons
|
||||
l3mon4d3/luasnip
|
||||
lambdalisue/fern.vim
|
||||
lambdalisue/gina.vim
|
||||
lambdalisue/suda.vim
|
||||
|
|
Loading…
Reference in a new issue