vimrc cleaning

This commit is contained in:
Bartek Stalewski 2020-10-20 15:47:38 +02:00
parent 0756ca4571
commit fb5f5b41a6

View file

@ -79,7 +79,6 @@ if has("gui")
endif endif
set bg=dark set bg=dark
set termguicolors
let g:gruvbox_italic=1 let g:gruvbox_italic=1
colorscheme gruvbox colorscheme gruvbox
@ -102,7 +101,6 @@ let g:lightline = {
\ [ 'filetype' ] ] \ [ 'filetype' ] ]
\ }, \ },
\ 'component_function': { \ 'component_function': {
\ 'fugitive': 'FugitiveHead',
\ 'readonly': 'LightLineReadonly'}, \ 'readonly': 'LightLineReadonly'},
\ } \ }