diff --git a/vim/plugin/diagnostics.lua b/vim/plugin/diagnostics.lua new file mode 100644 index 0000000..f533f0e --- /dev/null +++ b/vim/plugin/diagnostics.lua @@ -0,0 +1,10 @@ +vim.diagnostic.config({ + underline = true; + virtual_lines = { + current_line = true; + }; +-- virtual_text = { +-- source = "if_many"; +-- current_line = true; +-- }; +})