1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-14 20:26:36 +00:00

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

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