From db02180617e5d3a39159c12da9e273dff982b214 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 25 Feb 2025 13:56:26 +0200 Subject: [PATCH] typos --- lua/gopher/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/gopher/init.lua b/lua/gopher/init.lua index 2aa138e..e18a8bd 100644 --- a/lua/gopher/init.lua +++ b/lua/gopher/init.lua @@ -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| --- @@ -32,8 +32,8 @@ end ---@toc_entry Install dependencies ---@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. +--- To install these tools, you can run `:GoInstallDeps` command +--- 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