diff --git a/lua/gopher/config.lua b/lua/gopher/config.lua index 8265838..18c08c3 100644 --- a/lua/gopher/config.lua +++ b/lua/gopher/config.lua @@ -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