vim-plugins/echodoc: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:52:18 +01:00
parent 7e8f286499
commit 555306364e
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View file

@ -108,6 +108,7 @@ rec {
webapi-vim = WebAPI;
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
yankring = YankRing;
echodoc = echodoc-vim;
context-filetype = context_filetype-vim;
concealedyank = concealedyank-vim;
cute-python = vim-cute-python-git;
@ -1824,6 +1825,17 @@ rec {
};
echodoc-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "echodoc-vim-2018-01-12";
src = fetchgit {
url = "https://github.com/shougo/echodoc.vim";
rev = "410ead5a9fa4400b51771cba3b7599722c9e65b1";
sha256 = "01czpvn5rs37x0ml8bc5vwyhklm6fk3wl339smc3jvyr1w73rrf5";
};
dependencies = [];
};
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-vim-2017-10-01";
src = fetchgit {

View file

@ -240,6 +240,7 @@
"xterm-color-table"
"zeavim"
"github:shougo/denite.nvim"
"github:shougo/echodoc.vim"
"github:shougo/context_filetype.vim"
"github:elzr/vim-json"
"github:kana/vim-operator-user"