nvim: Set diagnostic settings
This commit is contained in:
parent
f748db82f1
commit
3adabd2e3d
1 changed files with 5 additions and 0 deletions
|
|
@ -45,4 +45,9 @@ autocmd CompleteDone * pclose
|
||||||
" LSP config
|
" LSP config
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
vim.diagnostic.config({
|
||||||
|
virtual_text = true,
|
||||||
|
severity_sort = true,
|
||||||
|
})
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue