Little renovations
This commit is contained in:
parent
9b6b27cd1c
commit
ace123f657
14 changed files with 135 additions and 109 deletions
5
lua/config/diagnostics.lua
Normal file
5
lua/config/diagnostics.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
vim.diagnostic.enable(true)
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
severity_sort = true,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue