diff --git a/vim/.vim/lua/plugins/trouble.lua b/vim/.vim/lua/plugins/trouble.lua index 2f52a67..57b7d76 100644 --- a/vim/.vim/lua/plugins/trouble.lua +++ b/vim/.vim/lua/plugins/trouble.lua @@ -17,7 +17,8 @@ return { end, keys = { { "xt", ":Telescope diagnostics" }, - { "xd", ":Trouble workspace" }, + { "xw", ":Trouble workspace_diagnostics" }, + { "xd", ":Trouble document_diagnostics" }, { "[g", "lua vim.diagnostic.goto_prev()" }, { "]g", "lua vim.diagnostic.goto_next()" }, },