vim-plugins/open-browser: init
This commit is contained in:
parent
7aa5e6bfaf
commit
1af14e0f1e
@ -112,6 +112,7 @@ rec {
|
|||||||
neomru = neomru-vim;
|
neomru = neomru-vim;
|
||||||
echodoc = echodoc-vim;
|
echodoc = echodoc-vim;
|
||||||
context-filetype = context_filetype-vim;
|
context-filetype = context_filetype-vim;
|
||||||
|
open-browser = open-browser-vim;
|
||||||
concealedyank = concealedyank-vim;
|
concealedyank = concealedyank-vim;
|
||||||
cute-python = vim-cute-python-git;
|
cute-python = vim-cute-python-git;
|
||||||
vim-grepper = vim-grepper-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
|
youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "youcompleteme-2017-12-03";
|
name = "youcompleteme-2017-12-03";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"github:shougo/echodoc.vim"
|
"github:shougo/echodoc.vim"
|
||||||
"github:shougo/context_filetype.vim"
|
"github:shougo/context_filetype.vim"
|
||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
|
"github:tyru/open-browser.vim"
|
||||||
"github:kana/vim-operator-user"
|
"github:kana/vim-operator-user"
|
||||||
"github:kana/vim-niceblock"
|
"github:kana/vim-niceblock"
|
||||||
"github:kana/vim-operator-replace"
|
"github:kana/vim-operator-replace"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user