Change theme back to normal and hide mode

This commit is contained in:
Alex 2020-05-17 15:11:05 +02:00
parent d3d77ed9de
commit 27cfc128b0
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 3 additions and 10 deletions

13
vimrc
View File

@ -1,7 +1,7 @@
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full nocompatible backspace=indent,eol,start cmdheight=1 bg=dark nu rnu showcmd incsearch listchars=trail,tab:\\ ,eol: list cot=menu si sta cpt=".,w,b,i" tf path+=** aw
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch listchars=trail,tab:\\ ,eol: list cot=menu si sta cpt=".,w,b,i" tf path+=** aw nocompatible nosmd showcmd
filetype plugin indent on
syntax on
colorscheme slate
colorscheme peachpuff
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit! <CR>
cnoremap i! execute 'silent! write !sudo make install' <CR>
@ -37,14 +37,7 @@ let g:netrw_liststile = 3
let g:airline_powerline_fonts = v:true
let g:airline#extensions#tabline#enabled = v:true
let g:airline_skip_empty_sections = v:true
let g:airline_left_sep = ''
let g:airline_left_alt_sep = ''
let g:airline_right_sep = ''
let g:airline_right_alt_sep = ''
let g:airline#extensions#tabline#left_sep = ''
let g:airline#extensions#tabline#left_alt_sep = ''
let g:airline#extensions#tabline#right_sep = ''
let g:airline#extensions#tabline#right_alt_sep = ''
let g:airline_theme='term'
let g:clang_format#code_style = 'llvm'
let g:clang_format#detect_style_file = 1