docs(config): typos

This commit is contained in:
Oleksandr Smirnov 2025-02-25 13:51:51 +02:00
parent b8922cd9f6
commit ad647b736e
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ local config = {}
local default_config = {
--minidoc_replace_end
-- log level, you might consider using DEBUG or TRACE for degugging the plugin
-- log level, you might consider using DEBUG or TRACE for debugging the plugin
---@type number
log_level = vim.log.levels.INFO,
@ -66,10 +66,9 @@ local default_config = {
---@private
local _config = default_config
-- I am kinda secret so don't tell anyone about me
-- even dont use me
-- I am kinda secret so don't tell anyone about me even dont use me
--
-- if you don't belive me that i am secret see
-- if you don't believe me that i am secret see
-- the line below it says @private
---@private
_config.___plugin_name = "gopher.nvim" ---@diagnostic disable-line: inject-field