add tiny-inline-diagnostic plugin

This commit is contained in:
2025-02-08 21:18:28 -05:00
parent b5cc85f263
commit f5293ebf19
2 changed files with 30 additions and 5 deletions
+5 -5
View File
@@ -68,11 +68,11 @@ return {
keys = require('data.keys').easyalign,
},
{
config = function()
},
},
})
end,
'rachartier/tiny-inline-diagnostic.nvim',
event = 'VeryLazy', -- Or `LspAttach`
priority = 1000, -- needs to be loaded in first
cond = require('data.cond').tiny_inline_diagnostic,
config = require('data.types').tiny_inline_diagnostic.config,
},
-- { -- Vim-Shebang
-- 'vitalk/vim-shebang',