3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins: add neco-vim

This commit is contained in:
Evan Danaher 2017-02-03 08:29:33 -05:00 committed by Evan Danaher
parent b017334b46
commit 20db0d793f
2 changed files with 12 additions and 0 deletions

View file

@ -596,6 +596,17 @@ rec {
};
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-vim-2017-01-16";
src = fetchgit {
url = "git://github.com/shougo/neco-vim";
rev = "d28e1ea78f90d72636895dbd758de6b35aae2dfa";
sha256 = "1qsyicxykl350zz86j7k6k9rflcf5nwrc5jbk9135zs5i8g1lqf3";
};
dependencies = [];
};
editorconfig-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "editorconfig-vim-2016-07-16";
src = fetchgit {

View file

@ -92,6 +92,7 @@
"github:rust-lang/rust.vim"
"github:sbdchd/neoformat"
"github:sheerun/vim-polyglot"
"github:shougo/neco-vim"
"github:shougo/neocomplete.vim"
"github:shougo/neosnippet-snippets"
"github:shougo/neosnippet.vim"