From 1abd9d7ceff35ad1caaaf34df745ef0afa1947dd Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 22 Aug 2014 19:16:49 +0200 Subject: vim: several changes - added neocomplete module - disabled arrow keys - enabled backspacing (saw a system where it was disabled by default) - enabled hlsearch for pager - updated submodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 54d9400..0b78258 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "syntastic"] path = vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "neocomplete"] + path = vim/bundle/neocomplete + url = https://github.com/Shougo/neocomplete.vim.git -- cgit v1.2.3