mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
7 lines
115 B
Lua
7 lines
115 B
Lua
vim.diagnostic.config({
|
|
virtual_text = true,
|
|
signs = true,
|
|
underline = true,
|
|
update_in_insert = false,
|
|
})
|
|
|