typos
This commit is contained in:
parent
3f4df2bff0
commit
db02180617
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ local gopher = {}
|
||||||
|
|
||||||
---@toc_entry Setup
|
---@toc_entry Setup
|
||||||
---@tag gopher.nvim-setup
|
---@tag gopher.nvim-setup
|
||||||
---@text Setup function. This method simply merges default configs with opts table.
|
---@text Setup function. This method simply merges default config with opts table.
|
||||||
--- You can read more about configuration at |gopher.nvim-config|
|
--- You can read more about configuration at |gopher.nvim-config|
|
||||||
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
|
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
|
||||||
---
|
---
|
||||||
|
|
@ -32,8 +32,8 @@ end
|
||||||
---@toc_entry Install dependencies
|
---@toc_entry Install dependencies
|
||||||
---@tag gopher.nvim-install-deps
|
---@tag gopher.nvim-install-deps
|
||||||
---@text Gopher.nvim implements most of its features using third-party tools.
|
---@text Gopher.nvim implements most of its features using third-party tools.
|
||||||
--- To install these tools, you can run `:GoInstallDeps` command
|
--- To install these tools, you can run `:GoInstallDeps` command
|
||||||
--- or call `require("gopher").install_deps()` if you want ues lua api.
|
--- or call `require("gopher").install_deps()` if you want to use lua api.
|
||||||
gopher.install_deps = require("gopher.installer").install_deps
|
gopher.install_deps = require("gopher.installer").install_deps
|
||||||
|
|
||||||
gopher.impl = require("gopher.impl").impl
|
gopher.impl = require("gopher.impl").impl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue