feat: Update diagnostics to use VSCode's codicons signs

This commit is contained in:
Dionisio E Alonso 2022-08-07 18:31:09 -03:00
parent 46daa3177e
commit 9300e16d2e
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
" nvim-lspconfig
sign define DiagnosticSignError text= texthl=DiagnosticSignError linehl= numhl=
sign define DiagnosticSignWarn text= texthl=DiagnosticSignWarn linehl= numhl=
sign define DiagnosticSignInfo text= texthl=DiagnosticSignInfo linehl= numhl=
sign define DiagnosticSignHint text= texthl=DiagnosticSignHint linehl= numhl=
sign define DiagnosticSignError text= texthl=DiagnosticSignError linehl= numhl=
sign define DiagnosticSignWarn text= texthl=DiagnosticSignWarn linehl= numhl=
sign define DiagnosticSignInfo text= texthl=DiagnosticSignInfo linehl= numhl=
sign define DiagnosticSignHint text= texthl=DiagnosticSignHint linehl= numhl=
set completeopt=menuone,noinsert,noselect