X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1dcd431c2137ddcc21afd808e9b3aeaf1078ac43..a59aa3f7d15dae57e2d066e47af3556c46d9dac4:/nvim/lua/plugins/editor.lua?ds=inline diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index b4816a0..0407b47 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -117,6 +117,9 @@ return { { "folke/trouble.nvim", cmd = { "Trouble" }, opts = { + keys = { + [""] = "fold_toggle", + }, modes = { lsp = { win = { position = "right" },