some changes to my vimrc
This commit is contained in:
parent
1976953e51
commit
bc4336eefa
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,7 @@ set number
|
|||
" Ignore case when searching
|
||||
set ignorecase
|
||||
|
||||
" When searching try to be smart about cases
|
||||
" When searching try to be smart about cases
|
||||
set smartcase
|
||||
|
||||
" Highlight search results
|
||||
|
@ -76,6 +76,8 @@ set tabstop=4
|
|||
|
||||
set shell=/bin/bash
|
||||
|
||||
set updatetime=500
|
||||
|
||||
" Syntastic settings
|
||||
let g:syntastic_error_symbol="✗"
|
||||
let g:syntastic_warning_symbol="⚠"
|
||||
|
@ -86,6 +88,8 @@ let g:syntastic_c_checkers=['make','gcc']
|
|||
set laststatus=2
|
||||
let g:airline_powerline_fonts=1
|
||||
|
||||
let g:quickfixsigns#marks#buffer=split('abcdefghijklmnopqrstuvwxyz', '\zs')
|
||||
|
||||
let g:neocomplete#enable_at_startup=1
|
||||
let g:neocomplete#sources#tags#cache_limit_size=4000000
|
||||
let g:neosnippet#snippets_directory=['~/.vim/bundle/Snippets/snippets']
|
||||
|
|
Loading…
Add table
Reference in a new issue