mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-21 22:24:44 -04:00
fix: disable lsp lines on startup
This commit is contained in:
@@ -403,6 +403,7 @@ lvim.plugins = {
|
||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||
config = function()
|
||||
require("lsp_lines").setup()
|
||||
vim.diagnostic.config { virtual_lines = false, virtual_text = true }
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user