summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config/200-lsp.vim3
-rw-r--r--vimrc1
2 files changed, 1 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
diff --git a/vimrc b/vimrc
index 4d26480..ed3b3e1 100644
--- a/vimrc
+++ b/vimrc
@@ -70,6 +70,7 @@ call plug#begin('~/.vim/plugged')
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
+Plug 'mattn/vim-lsp-icons'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'