vimPlugins.vim-bracketed-paste: init at 2018-05-22
This commit is contained in:
parent
84c97f7b27
commit
21ed7a970c
2 changed files with 13 additions and 0 deletions
|
@ -5655,6 +5655,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/ntpeters/vim-better-whitespace/";
|
||||
};
|
||||
|
||||
vim-bracketed-paste = buildVimPluginFrom2Nix {
|
||||
pname = "vim-bracketed-paste";
|
||||
version = "2018-05-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ConradIrwin";
|
||||
repo = "vim-bracketed-paste";
|
||||
rev = "c4c639f3cacd1b874ed6f5f196fac772e089c932";
|
||||
sha256 = "1hhi7ab36iscv9l7i64qymckccnjs9pzv0ccnap9gj5xigwz6p9h";
|
||||
};
|
||||
meta.homepage = "https://github.com/ConradIrwin/vim-bracketed-paste/";
|
||||
};
|
||||
|
||||
vim-bsv = buildVimPluginFrom2Nix {
|
||||
pname = "vim-bsv";
|
||||
version = "2020-11-08";
|
||||
|
|
|
@ -72,6 +72,7 @@ cloudhead/neovim-fuzzy
|
|||
CoatiSoftware/vim-sourcetrail
|
||||
cocopon/iceberg.vim
|
||||
cohama/lexima.vim
|
||||
ConradIrwin/vim-bracketed-paste
|
||||
crusoexia/vim-monokai
|
||||
ctjhoa/spacevim
|
||||
ctrlpvim/ctrlp.vim
|
||||
|
|
Loading…
Reference in a new issue