mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
vimPlugins.better-escape-nvim: init at 2021-10-09
This commit is contained in:
parent
f2ee2ca4ce
commit
222ae15d55
|
@ -327,6 +327,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/rbgrouleff/bclose.vim/";
|
||||
};
|
||||
|
||||
better-escape-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "better-escape.nvim";
|
||||
version = "2021-10-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "max397574";
|
||||
repo = "better-escape.nvim";
|
||||
rev = "a644df43e4607df2e645cb7b6f50ede79fffe477";
|
||||
sha256 = "1kjc1h35xfqgsqbg00hsvg52wkjskfilxxsxnnlimcsv9v8iadmh";
|
||||
};
|
||||
meta.homepage = "https://github.com/max397574/better-escape.nvim/";
|
||||
};
|
||||
|
||||
BetterLua-vim = buildVimPluginFrom2Nix {
|
||||
pname = "BetterLua.vim";
|
||||
version = "2020-08-14";
|
||||
|
|
|
@ -429,6 +429,7 @@ mattn/emmet-vim
|
|||
mattn/vim-gist
|
||||
mattn/webapi-vim
|
||||
matze/vim-move
|
||||
max397574/better-escape.nvim
|
||||
maximbaz/lightline-ale
|
||||
MaxMEllon/vim-jsx-pretty
|
||||
mbbill/undotree
|
||||
|
|
Loading…
Reference in a new issue