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:
parent
76367d19b7
commit
681e3c80c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue