about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-13 20:54:47 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-13 20:54:47 +0200
commit7a8988f7e6aa72727c0529e9a7be1bb9451dd485 (patch)
tree853e9764755a46ac5e46013210013977f43e2dd0 /pkgs
parente25c9e1091abc1ea7247871faa0b7a064912017c (diff)
pkgs/vim: Add vim-addon-goto-thing-at-cursor.
The plugins "vim-haxe" and "vim-addon-nix" need this dependency.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/vim/default.nix7
1 files changed, 7 insertions, 0 deletions
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";