chore: update config docs
This commit is contained in:
parent
fabdcc5fb3
commit
906e340b4f
8 changed files with 104 additions and 74 deletions
|
|
@ -35,11 +35,11 @@ end
|
|||
|
||||
---@toc_entry Install dependencies
|
||||
---@tag gopher.nvim-dependencies
|
||||
---@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.
|
||||
---@text
|
||||
--- Gopher.nvim implements most of its features using third-party tools. To
|
||||
--- install plugin's dependencies, you can run:
|
||||
--- `:GoInstallDeps` or `:GoInstallDepsSync`
|
||||
--- or use `require("gopher").install_deps()` if you prefer lua api.
|
||||
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