smaller fixes
This commit is contained in:
parent
6e265b8698
commit
9c01f3e3a3
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
execute pathogen#infect()
|
||||
|
||||
" Enable full color support
|
||||
set t_Co=256
|
||||
set background=dark
|
||||
colorscheme base16-default
|
||||
|
||||
" Vim Modus statt Vi Modus verwenden
|
||||
|
@ -71,8 +73,6 @@ set ffs=unix,dos,mac
|
|||
" Enable mouse support in all modi
|
||||
set mouse=a
|
||||
|
||||
set tabstop=4
|
||||
|
||||
set shell=/bin/bash
|
||||
|
||||
set updatetime=500
|
||||
|
@ -86,12 +86,13 @@ let g:syntastic_c_checkers=['make','gcc']
|
|||
" Airline
|
||||
set laststatus=2
|
||||
let g:airline_powerline_fonts=1
|
||||
"let g:airline_theme="luna"
|
||||
|
||||
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']
|
||||
let g:neosnippet#snippets_directory=['~/.vim/bundle/snippets/snippets']
|
||||
|
||||
" Plugin key-mappings.
|
||||
"imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||
|
|
Loading…
Add table
Reference in a new issue