This commit is contained in:
2026-01-21 17:25:34 +11:00
parent e0046ccf1a
commit 7433ea1af1
7 changed files with 115 additions and 62 deletions

View File

@@ -0,0 +1,12 @@
return {
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",
priority = 1000,
opts = {},
},
{
"neovim/nvim-lspconfig",
opts = { diagnostics = { virtual_text = false } },
},
}