Add some neovim "Trouble" keybindings
This commit is contained in:
parent
dbf3b9f976
commit
712b295e89
2 changed files with 4 additions and 2 deletions
chezmoi/private_dot_config/nvim/lua/plugins
|
@ -6,5 +6,9 @@ return {
|
|||
|
||||
local keys = require("helpers.keys")
|
||||
keys.map("", "<leader>xx", "<cmd>TroubleToggle<cr>")
|
||||
keys.map("", "<leader>xw", "<cmd>TroubleToggle workspace_diagnostics<cr>")
|
||||
keys.map("", "<leader>xd", "<cmd>TroubleToggle document_diagnostics<cr>")
|
||||
keys.map("", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>")
|
||||
keys.map("", "<leader>xl", "<cmd>TroubleToggle loclist<cr>")
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue