refactor(commands)!: change the way of disabling commands
BREAKING CHANGE: not it does not require calling .setup()
This commit is contained in:
parent
7ab717e981
commit
62989c535e
4 changed files with 80 additions and 101 deletions
|
|
@ -61,10 +61,6 @@ You can look at default options |gopher.nvim-config-defaults|
|
|||
---@type number
|
||||
timeout = 2000,
|
||||
|
||||
--- whether to setup plugin commands or not
|
||||
---@type boolean
|
||||
setup_commands = true,
|
||||
|
||||
-- user specified paths to binaries
|
||||
---@class gopher.ConfigCommand
|
||||
commands = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue