This commit is contained in:
Oleksandr Smirnov 2025-02-25 13:56:26 +02:00
parent 3f4df2bff0
commit db02180617
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ local gopher = {}
---@toc_entry 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|
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
---
@ -33,7 +33,7 @@ end
---@tag gopher.nvim-install-deps
---@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 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.impl = require("gopher.impl").impl