don't bother me :/

This commit is contained in:
lelgenio 2020-07-21 15:39:15 -03:00
parent fabf228661
commit 5fa0a82417
1 changed files with 4 additions and 0 deletions

View File

@ -287,6 +287,10 @@ call plug#end()
nmap <silent> gd :LspDefinition<cr>
nmap <silent> K :LspHover<cr>
" Lint
let g:lsp_diagnostics_echo_cursor = 1
let g:lsp_virtual_text_enabled = 0
" Colors
highlight LspErrorHighlight gui=undercurl guisp={{@@ color.normal.red @@}}
highlight LspErrorText gui=bold guifg={{@@ color.normal.red @@}} guibg=none