vim-plugins/open-browser: init

This commit is contained in:
Anders Sildnes 2018-01-25 15:03:24 +01:00
parent 7aa5e6bfaf
commit 1af14e0f1e
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -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 {

View File

@ -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"