small fix
This commit is contained in:
parent
114a1d8d13
commit
9ebe29ff69
8 changed files with 34 additions and 15 deletions
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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue