Revert "nvim: init: Do not use underline for diagnostic"

This reverts commit 572ff25150.
This commit is contained in:
Sanchayan Maity 2022-12-10 12:22:46 +05:30
parent 4440f476fc
commit b60afcf0e9
1 changed files with 1 additions and 1 deletions

View File

@ -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,