Configure diagnostics display for nvim 0.11+
This commit is contained in:
parent
464cb38916
commit
89fd721632
1 changed files with 10 additions and 0 deletions
10
vim/plugin/diagnostics.lua
Normal file
10
vim/plugin/diagnostics.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
vim.diagnostic.config({
|
||||||
|
underline = true;
|
||||||
|
virtual_lines = {
|
||||||
|
current_line = true;
|
||||||
|
};
|
||||||
|
-- virtual_text = {
|
||||||
|
-- source = "if_many";
|
||||||
|
-- current_line = true;
|
||||||
|
-- };
|
||||||
|
})
|
Loading…
Reference in a new issue