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:
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({
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue