vim-plugins/denite: init
This commit is contained in:
parent
355062b3a9
commit
7e8f286499
@ -63,6 +63,7 @@ rec {
|
|||||||
command_T = command-t; # backwards compat, added 2014-10-18
|
command_T = command-t; # backwards compat, added 2014-10-18
|
||||||
css_color_5056 = vim-css-color;
|
css_color_5056 = vim-css-color;
|
||||||
ctrlp = ctrlp-vim;
|
ctrlp = ctrlp-vim;
|
||||||
|
denite = denite-nvim;
|
||||||
easy-align = vim-easy-align;
|
easy-align = vim-easy-align;
|
||||||
easymotion = vim-easymotion;
|
easymotion = vim-easymotion;
|
||||||
eighties = vim-eighties;
|
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
|
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "neco-vim-2017-10-01";
|
name = "neco-vim-2017-10-01";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -239,6 +239,7 @@
|
|||||||
"vundle"
|
"vundle"
|
||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
|
"github:shougo/denite.nvim"
|
||||||
"github:shougo/context_filetype.vim"
|
"github:shougo/context_filetype.vim"
|
||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
"github:kana/vim-operator-user"
|
"github:kana/vim-operator-user"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user