Skip to content

Commit

Permalink
chore(trouble): fix toggle and config
Browse files Browse the repository at this point in the history
  • Loading branch information
akiletour authored and ecosse3 committed Jan 20, 2022
1 parent efaf58f commit 4f21bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/plugins/trouble.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ local mappings = {
c = {
name = "LSP",
a = { '<cmd>Telescope lsp_code_action', 'telescope code action' },
d = { '<cmd>LspTroubleToggle<CR>', 'local diagnostics' },
d = { '<cmd>TroubleToggle<CR>', 'local diagnostics' },
D = { '<cmd>Telescope lsp_document_diagnostics<CR>', 'diagnostics' },
f = { 'format' },
i = { '<cmd>TSLspImportAll<CR>', 'import all'},
Expand Down

0 comments on commit 4f21bac

Please sign in to comment.