mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
11 lines
195 B
Lua
11 lines
195 B
Lua
|
|
vim.diagnostic.config {
|
|
update_in_insert = true,
|
|
float = {
|
|
focusable = false,
|
|
},
|
|
signs = true,
|
|
underline = true,
|
|
virtual_text = false,
|
|
severity_sort = true,
|
|
} |