From 558c8a422f8fd5828ad129ba9c441e921d258c55 Mon Sep 17 00:00:00 2001 From: Nao Ueda Date: Fri, 30 Oct 2020 22:29:11 +0900 Subject: replace lsp icon settings. --- _config/200-lsp.vim | 3 --- vimrc | 1 + 2 files changed, 1 insertion(+), 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' -- cgit v1.2.3-54-g00ecf