summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2014-08-22 19:16:49 +0200
committerReiner Herrmann <reiner@reiner-h.de>2014-08-26 19:51:16 +0200
commit1abd9d7ceff35ad1caaaf34df745ef0afa1947dd (patch)
tree20afaf1fa263830bc7fe4b75f1b7503cc53b851c /.gitmodules
parent9183c1483005aeeef60cf1467b71224a478f98e0 (diff)
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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