summaryrefslogtreecommitdiff
path: root/_config/200-lsp.vim
diff options
context:
space:
mode:
Diffstat (limited to '_config/200-lsp.vim')
-rw-r--r--_config/200-lsp.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/_config/200-lsp.vim b/_config/200-lsp.vim
index a88fa20..a06dcd8 100644
--- a/_config/200-lsp.vim
+++ b/_config/200-lsp.vim
@@ -4,9 +4,6 @@ endif
let g:lsp_diagnostics_enabled = 1
let g:lsp_diagnostics_float_cursor = 1
-let g:lsp_signs_error = {'text': '✗'}
-let g:lsp_signs_warning = {'text': '🐍'}
-let g:lsp_signs_hint = {'text': '🦉'} " icons require GUI
let g:lsp_signs_enabled = 1 " enable signs
let g:lsp_diagnostics_echo_cursor = 1 " enable echo under cursor when in normal mode
" let g:lsp_ultisnips_integration = 1