mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 03:14:06 +00:00
6 lines
143 B
Lua
6 lines
143 B
Lua
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
|
return {
|
|
virtual_text = true,
|
|
underline = true,
|
|
}
|