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
set bg=dark
set termguicolors
let g:gruvbox_italic=1
colorscheme gruvbox
@ -102,7 +101,6 @@ let g:lightline = {
\ [ 'filetype' ] ]
\ },
\ 'component_function': {
\ 'fugitive': 'FugitiveHead',
\ 'readonly': 'LightLineReadonly'},
\ }