Moar vimrc

This commit is contained in:
Geoffrey Frogeye 2016-08-03 20:01:24 +02:00
parent 04417cef0c
commit 0ed3177840
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

@ -53,7 +53,7 @@ let g:ctrlp_custom_ignore = {
" Disable AutoComplPop.
let g:acp_enableAtStartup = 0
" Use neocomplete.
let g:neocomplete#enable_at_startup = 1
let g:neocomplete#enable_at_startup = 0
" Use smartcase.
let g:neocomplete#enable_smart_case = 1
" Set minimum syntax keyword length.
@ -224,6 +224,7 @@ colorscheme solarized
" From http://stackoverflow.com/a/5004785/2766106
set list
set listchars=tab:╾╌,trail,extends:↦,precedes:↤,nbsp:_
set showbreak=
filetype on
filetype plugin on