|
require("which-key").setup(astronvim.user_plugin_opts("plugins.which-key", {
|
|
plugins = {
|
|
spelling = { enabled = true },
|
|
presets = { operators = false },
|
|
},
|
|
window = {
|
|
border = "rounded",
|
|
padding = { 2, 2, 2, 2 },
|
|
},
|
|
disable = { filetypes = { "TelescopePrompt" } },
|
|
}))
|