kickstart.nvim/lua/custom/plugins/hidden-diagnostic.lua

12 lines
350 B
Lua

-- return {
-- 'rachartier/tiny-inline-diagnostic.nvim',
-- event = 'VeryLazy',
-- priority = 1000,
-- config = function()
-- require('tiny-inline-diagnostic').setup()
-- vim.diagnostic.config {
-- virtual_text = false,
-- } -- Only if needed in your configuration, if you already have native LSP diagnostics
-- end,
-- }