diff options
author | xero <x@xero.nu> | 2015-05-30 00:37:18 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-05-30 00:37:18 -0400 |
commit | fb2ea5b0e06ad95aa6bbdf0cc752a2958b53848e (patch) | |
tree | cc804dc2e2b7f64a06f6c08052a9c5119a303408 | |
parent | 1266b92f87cd621fcade1f6d15c7231b4c98ba87 (diff) | |
download | dotfiles_ascii-fb2ea5b0e06ad95aa6bbdf0cc752a2958b53848e.tar.xz dotfiles_ascii-fb2ea5b0e06ad95aa6bbdf0cc752a2958b53848e.zip |
show vim cursor column
-rw-r--r-- | vim/.vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,9 @@ set number " no line wrapping set nowrap +" highlight column +set cursorcolumn + " searching set hlsearch set incsearch @@ -171,3 +174,5 @@ endfunction au InsertEnter * call Colorize(v:insertmode) au InsertLeave * hi StatColor guibg=#3a3a3a guifg=#ffffff ctermbg=237 ctermfg=255 + + "execute pathogen#infect() |