feat(diagnostics): More responsive and configurable diagnostics signs. (#303)

This commit is contained in:
Sindre T. Strøm
2021-04-16 17:57:16 +02:00
committed by GitHub
parent 090697e71f
commit da09da3318
6 changed files with 51 additions and 18 deletions

View File

@@ -67,6 +67,12 @@ let g:nvim_tree_icons = {
\ 'empty_open': "",
\ 'symlink': "",
\ 'symlink_open': "",
\ },
\ 'lsp': {
\ 'hint': "",
\ 'info': "",
\ 'warning': "",
\ 'error': "",
\ }
\ }