1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +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({
virtual_text = false,
severity_sort = true,
underline = false,
underline = true,
signs = {
text = {
[vim.diagnostic.severity.ERROR] = icons.diagnostics.error,