mirror of https://github.com/nirenjan/dotfiles.git
Tweak vimrc for nocompat & Pathogen helptags
Also delete the forcing of &t_Co to 16 since under tmux, it automatically detects the 256 colour mode for solarized and is therefore no longer necessary.vimbundler
parent
251ea0b3b8
commit
965033c355
5
vimrc
5
vimrc
|
@ -1,5 +1,9 @@
|
||||||
|
" Don't enable vi compatibility
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
" Pathogen
|
" Pathogen
|
||||||
call pathogen#infect()
|
call pathogen#infect()
|
||||||
|
call pathogen#helptags()
|
||||||
|
|
||||||
" Editing options
|
" Editing options
|
||||||
" No tabs, shiftwidth 4, tabstop 4
|
" No tabs, shiftwidth 4, tabstop 4
|
||||||
|
@ -69,7 +73,6 @@ set wcm=<C-Z>
|
||||||
map <F4> :emenu <C-Z>
|
map <F4> :emenu <C-Z>
|
||||||
|
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
let &t_Co=16
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue