From 7a8988f7e6aa72727c0529e9a7be1bb9451dd485 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 13 Oct 2014 20:54:47 +0200 Subject: pkgs/vim: Add vim-addon-goto-thing-at-cursor. The plugins "vim-haxe" and "vim-addon-nix" need this dependency. Signed-off-by: aszlig --- pkgs/vim/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs') diff --git a/pkgs/vim/default.nix b/pkgs/vim/default.nix index 6e53174d..588df3bc 100644 --- a/pkgs/vim/default.nix +++ b/pkgs/vim/default.nix @@ -71,6 +71,13 @@ let sha256 = "1xq38kfdm36c34ln66znw841q797w5gm8bpq1x64bsf2h6n3ml03"; }; + vimAddonGotoThingAtCursor = fetchFromGitHub { + owner = "MarcWeber"; + repo = "vim-addon-goto-thing-at-cursor"; + rev = "f052e094bdb351829bf72ae3435af9042e09a6e4"; + sha256 = "1ksm2b0j80zn8sz2y227bpcx4jsv76lwgr2gpgy2drlyqhn2vlv0"; + }; + tlib = fetchFromGitHub { owner = "tomtom"; repo = "tlib_vim"; -- cgit 1.4.1