docs(config): typos
This commit is contained in:
parent
b8922cd9f6
commit
ad647b736e
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue