about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-10-14 09:54:47 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:10 +0700
commit76e366782fc5cf88c14a8feb34874afa50a3c214 (patch)
treec40edbd257d33427bafe1e780cfb22919604d7eb /vim/.vim/vimrc
parent95503739a8220279f315280ed727b50271bb38e0 (diff)
downloaddotfiles-76e366782fc5cf88c14a8feb34874afa50a3c214.tar.gz
Update Vim configs to fit 8.0 update
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index d8f53c6..cf1d376 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -1,4 +1,3 @@
-execute pathogen#infect()
 filetype plugin indent on
 syntax enable
 set nocompatible
@@ -24,3 +23,4 @@ autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8
 autocmd FileType markdown setlocal textwidth=79
 autocmd FileType python syntax keyword pythonBoolean False True None
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)
+map Q gq