1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 03:50:03 +02:00

nvim/lua/user/options.lua: show underline for diagnostics

This commit is contained in:
Henrik Hautakoski 2024-12-29 12:01:04 +01:00
parent 76367d19b7
commit 681e3c80c5

View file

@ -87,7 +87,7 @@ vim.o.spelllang = 'en_us'
vim.diagnostic.config({ vim.diagnostic.config({
virtual_text = false, virtual_text = false,
severity_sort = true, severity_sort = true,
underline = false, underline = true,
signs = { signs = {
text = { text = {
[vim.diagnostic.severity.ERROR] = icons.diagnostics.error, [vim.diagnostic.severity.ERROR] = icons.diagnostics.error,