From 1b9eb7cde7cf88b3afda6c6e11ae48f7d84eaca8 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 13 Nov 2025 18:06:32 +0800 Subject: Tried Treesitter. This is for backup of old config. --- lua/config/lsp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/config/lsp.lua') diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 5e1197a..436d2e6 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -74,10 +74,10 @@ return function() end -- Use Nerd Font symbols for diagnostics - vim.fn.sign_define("DiagnosticSignError", {text = "✖", texthl = "DiagnosticError"}) -- x-mark - vim.fn.sign_define("DiagnosticSignWarn", {text = "", texthl = "DiagnosticWarn"}) -- warning triangle - vim.fn.sign_define("DiagnosticSignInfo", {text = "", texthl = "DiagnosticInfo"}) -- info circle - vim.fn.sign_define("DiagnosticSignHint", {text = "", texthl = "DiagnosticHint"}) -- lightbulb + -- vim.fn.sign_define("DiagnosticSignError", {text = "✖", texthl = "DiagnosticError"}) -- x-mark + -- vim.fn.sign_define("DiagnosticSignWarn", {text = "", texthl = "DiagnosticWarn"}) -- warning triangle + -- vim.fn.sign_define("DiagnosticSignInfo", {text = "", texthl = "DiagnosticInfo"}) -- info circle + -- vim.fn.sign_define("DiagnosticSignHint", {text = "", texthl = "DiagnosticHint"}) -- lightbulb vim.diagnostic.config({ -- cgit v1.2.3