mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
small fix
This commit is contained in:
11
lua/config/options.lua
Normal file
11
lua/config/options.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
vim.diagnostic.config {
|
||||
update_in_insert = true,
|
||||
float = {
|
||||
focusable = false,
|
||||
},
|
||||
signs = true,
|
||||
underline = true,
|
||||
virtual_text = false,
|
||||
severity_sort = true,
|
||||
}
|
||||
Reference in New Issue
Block a user