diff options
| author | bh <qn+git@excalibur.computer> | 2025-11-13 18:06:32 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-11-13 18:06:32 +0800 |
| commit | 1b9eb7cde7cf88b3afda6c6e11ae48f7d84eaca8 (patch) | |
| tree | 3a6a7abf88bb6471bac3abb7af1da360d9523534 /lua/config/lsp.lua | |
| parent | 8c60360313bd35dd9a01c89e6b4dfd4cf7dbd61d (diff) | |
Tried Treesitter. This is for backup of old config.
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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({ |
