diff --git a/lua/plugins/trouble.lua b/lua/plugins/trouble.lua index 5157a43f..b362e2ac 100644 --- a/lua/plugins/trouble.lua +++ b/lua/plugins/trouble.lua @@ -44,7 +44,7 @@ require("trouble").setup { hint = icons.lightbulbOutline, information = icons.infoOutline, }, - use_lsp_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client + use_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client }; require("todo-comments").setup { diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua index 1d8cb4b3..33f10acc 100644 --- a/lua/plugins/which-key.lua +++ b/lua/plugins/which-key.lua @@ -118,7 +118,7 @@ local mappings = { c = { name = "LSP", a = { 'Telescope lsp_code_action', 'telescope code action' }, - d = { 'LspTroubleToggle', 'local diagnostics' }, + d = { 'TroubleToggle', 'local diagnostics' }, D = { 'Telescope lsp_document_diagnostics', 'diagnostics' }, f = { 'format' }, i = { 'TSLspImportAll', 'import all'},