-
{
"quarto-dev/quarto-nvim",
opts = {
lspFeatures = {
languages = { "r", "python", "julia", "bash", "html", "lua" },
},
codeRunner = {
enabled = true,
default_method = "slime", -- "molten" or "slime"
},
keymap = {
rename = "<leader>lG",
format = nil,
}
},
} I can change the Similar to: jmbuhr/otter.nvim#71 |
Beta Was this translation helpful? Give feedback.
Answered by
jmbuhr
Feb 19, 2024
Replies: 1 comment
-
I made some changes and now you can disable all keymaps by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmbuhr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made some changes and now you can disable all keymaps by setting
keymap
tofalse
, or disable individual ones by setting them tofalse
. Setting thenil
will not disable it but rather use the default due to the way I merge the default with the user config.