Revert "nvim: init: Do not use underline for diagnostic"
This reverts commit 572ff25150
.
This commit is contained in:
parent
4440f476fc
commit
b60afcf0e9
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ vim.g.ts_highlight_lua = true
|
|||
vim.cmd.set{ args = { 'rtp-=/usr/share/vim/vimfiles' } }
|
||||
-- Disable virtual text for all diagnostics
|
||||
vim.diagnostic.config({
|
||||
underline = false,
|
||||
underline = true,
|
||||
signs = true,
|
||||
virtual_text = false,
|
||||
update_in_insert = false,
|
||||
|
|
Loading…
Reference in a new issue