mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vim-plugins/open-browser: init
This commit is contained in:
parent
7aa5e6bfaf
commit
1af14e0f1e
@ -112,6 +112,7 @@ rec {
|
||||
neomru = neomru-vim;
|
||||
echodoc = echodoc-vim;
|
||||
context-filetype = context_filetype-vim;
|
||||
open-browser = open-browser-vim;
|
||||
concealedyank = concealedyank-vim;
|
||||
cute-python = vim-cute-python-git;
|
||||
vim-grepper = vim-grepper-git;
|
||||
@ -2155,6 +2156,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
open-browser-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "open-browser-vim-2017-12-15";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/tyru/open-browser.vim";
|
||||
rev = "ee8decb2b26020320128eecd7a96383d995c8804";
|
||||
sha256 = "1a9j13h174lkp1gqd80idwdb8d74gdkyfgvb2l153jcqyvwpzcl2";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "youcompleteme-2017-12-03";
|
||||
src = fetchgit {
|
||||
|
@ -245,6 +245,7 @@
|
||||
"github:shougo/echodoc.vim"
|
||||
"github:shougo/context_filetype.vim"
|
||||
"github:elzr/vim-json"
|
||||
"github:tyru/open-browser.vim"
|
||||
"github:kana/vim-operator-user"
|
||||
"github:kana/vim-niceblock"
|
||||
"github:kana/vim-operator-replace"
|
||||
|
Loading…
Reference in New Issue
Block a user