nix/home/file/nvim/module/key/Trouble.lua

6 lines
200 B
Lua

-- Toggle diagnostics window.
rekey_normal("<Leader>2", "<cmd>Trouble diagnostics toggle focus=true<cr>")
-- Toggle To-do window.
rekey_normal("<Leader>3", "<cmd>Trouble todo toggle focus=true<cr>")