2019-12-31 21:01:00 +00:00
|
|
|
set mouse=a cb=unnamedplus,unnamed wim=longest,list,full nocompatible backspace=indent,eol,start cmdheight=1 background=dark ru rnu showcmd incsearch listchars=tab:\|\ list cot=menu,longest,preview si cf cpt=".,i,d,t" tf
|
2019-12-08 11:49:54 +00:00
|
|
|
filetype plugin on
|
|
|
|
filetype indent on
|
|
|
|
syntax on
|
2019-12-31 21:01:00 +00:00
|
|
|
colorscheme default
|
|
|
|
|
|
|
|
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
|
|
|
|
autocmd BufWritePre * %s/\s\+$//e
|
2019-12-08 11:49:54 +00:00
|
|
|
|
|
|
|
let g:airline_powerline_fonts = 1
|
|
|
|
let g:airline#extensions#tabline#enabled = 1
|
|
|
|
let g:clang_c_options = '-std=gnu11'
|