some vim improvements

* add vim-ack
* define ,+w to open window verticaly
* add set relativenumber
* add set gdefault
This commit is contained in:
2016-08-09 20:46:50 +02:00
parent f536830bf9
commit 74e4d49347
4 changed files with 23 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -37,3 +37,6 @@
[submodule ".vim/bundle/nerdtree-git-plugin"]
path = .vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git