small fix

This commit is contained in:
Iwaniuk Krzysztof 2024-07-11 20:55:00 +02:00
parent 114a1d8d13
commit 9ebe29ff69
8 changed files with 34 additions and 15 deletions

11
lua/config/options.lua Normal file
View 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,
}