vim-plugins/denite: init

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

View File

@ -63,6 +63,7 @@ rec {
command_T = command-t; # backwards compat, added 2014-10-18
css_color_5056 = vim-css-color;
ctrlp = ctrlp-vim;
denite = denite-nvim;
easy-align = vim-easy-align;
easymotion = vim-easymotion;
eighties = vim-eighties;
@ -1812,6 +1813,17 @@ rec {
};
denite-nvim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "denite-nvim-2018-01-16";
src = fetchgit {
url = "https://github.com/shougo/denite.nvim";
rev = "0d48d8d498d410a5ea4403648d528e7267d87461";
sha256 = "1npag0da8s3jv4jm8waqvsdfg0gnqhkc07r3m17zp2r2bh3b9bjc";
};
dependencies = [];
};
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-vim-2017-10-01";
src = fetchgit {

View File

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