adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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" } },
|
||||
}))
|
||||
Reference in New Issue
Block a user