From d6500b11d4f5b1878214a9df76152234b524e491 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Thu, 11 Jul 2024 20:14:46 +0700 Subject: [PATCH] fix: disable inline diagnostic --- lua/plugins/development/diagnostic.lua | 40 +++++++++++++------------- lua/plugins/override/development.lua | 16 +++++------ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/lua/plugins/development/diagnostic.lua b/lua/plugins/development/diagnostic.lua index 59f725a..115201d 100644 --- a/lua/plugins/development/diagnostic.lua +++ b/lua/plugins/development/diagnostic.lua @@ -1,22 +1,22 @@ return { - { - "rachartier/tiny-inline-diagnostic.nvim", - event = "VeryLazy", - opts = { - signs = { - left = "", - right = "", - diag = "●", - arrow = "  ", - up_arrow = "  ", - vertical = "│", - -- vertical_end = "╰", - vertical_end = "└", - }, - break_line = { - enabled = true, - after = 15, - }, - }, - }, + -- { + -- "rachartier/tiny-inline-diagnostic.nvim", + -- event = "VeryLazy", + -- opts = { + -- signs = { + -- left = "", + -- right = "", + -- diag = "●", + -- arrow = "  ", + -- up_arrow = "  ", + -- vertical = "│", + -- -- vertical_end = "╰", + -- vertical_end = "└", + -- }, + -- break_line = { + -- enabled = true, + -- after = 15, + -- }, + -- }, + -- }, } diff --git a/lua/plugins/override/development.lua b/lua/plugins/override/development.lua index f9b9a00..8f40640 100644 --- a/lua/plugins/override/development.lua +++ b/lua/plugins/override/development.lua @@ -25,14 +25,14 @@ return { -- }, -- }, -- }, - { - "nvim-lspconfig", - opts = { - diagnostics = { - virtual_text = false, - }, - }, - }, + -- { + -- "nvim-lspconfig", + -- opts = { + -- diagnostics = { + -- virtual_text = false, + -- }, + -- }, + -- }, { "mfussenegger/nvim-dap", opts = {