refactor(log, utils): get plugin name from config

This commit is contained in:
Smirnov Oleksandr 2024-04-17 01:53:14 +03:00
parent 1bd95bf18b
commit c43b33cb60
2 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ local _config = default_config
-- if you don't belive me that i am secret see
-- the line below it says @private
---@private
config.___plugin_name = "gopher.nvim"
_config.___plugin_name = "gopher.nvim"
---@param user_config? gopher.Config
function config.setup(user_config)