diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 670ee64..c7d98cf 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -71,6 +71,10 @@ return { lsp[k].setup(v) end + + vim.diagnostic.config({ + virtual_text = true, + }) end, },