diff options
-rw-r--r-- | _config/200-lsp.vim | 3 | ||||
-rw-r--r-- | vimrc | 1 |
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 @@ -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' |