feat: add inline diagnostic

pull/98/head
fm39hz-laptop 2024-07-04 09:14:08 +07:00
parent 297e75d62e
commit 9bd364373d
2 changed files with 23 additions and 0 deletions

View File

@ -37,6 +37,21 @@ return {
{
"Tastyep/structlog.nvim",
},
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",
opts = {
signs = {
left = "",
right = "",
diag = "",
arrow = "",
up_arrow = "",
vertical = "",
vertical_end = "",
},
},
},
-- TS / JS
{
"dmmulroy/tsc.nvim",

View File

@ -180,6 +180,14 @@ return {
},
},
},
{
"nvim-lspconfig",
opts = {
diagnostics = {
virtual_text = false,
},
},
},
{
"mfussenegger/nvim-dap",
opts = {