refactor/comamnds dont require .setup (#101)
* refactor(commands)!: change the way of disabling commands BREAKING CHANGE: not it does not require calling .setup() * docs: update docs
This commit is contained in:
parent
7ab717e981
commit
7e33602065
6 changed files with 101 additions and 103 deletions
|
|
@ -35,7 +35,8 @@ end
|
|||
---@text Gopher.nvim implements most of its features using third-party tools.
|
||||
--- To install these tools, you can run `:GoInstallDeps` command
|
||||
--- or call `require("gopher").install_deps()` if you want to use lua api.
|
||||
--- By default dependencies will be installed asynchronously, to install them synchronously pass `{sync = true}` as an argument.
|
||||
--- By default dependencies will be installed asynchronously,
|
||||
--- to install them synchronously pass `{sync = true}` as an argument.
|
||||
gopher.install_deps = require("gopher.installer").install_deps
|
||||
|
||||
gopher.impl = require("gopher.impl").impl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue