|
|
@ -185,7 +185,6 @@ if has('termguicolors') |
|
|
|
colorscheme catppuccin_mocha |
|
|
|
let g:airline_theme = "catppuccin_mocha" |
|
|
|
else |
|
|
|
echo 'no termguicolors, falling back to seoul256' |
|
|
|
let g:seoul256_background = 234 |
|
|
|
let g:airline_theme = "seoul256" |
|
|
|
set background=dark |
|
|
@ -228,6 +227,7 @@ endfunction |
|
|
|
if exists('*prop_add') && has('patch-9.0.0178') |
|
|
|
let g:lsp_diagnostics_virtual_text_enabled = 1 |
|
|
|
let g:lsp_diagnostics_virtual_text_align = "after" |
|
|
|
let g:lsp_diagnostics_virtual_text_padding_left = 5 |
|
|
|
endif |
|
|
|
|
|
|
|
augroup lsp_install |
|
|
|