mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user