feat(log): add easy way to open log

This commit is contained in:
Smirnov Oleksandr 2024-05-02 23:41:29 +03:00
parent 385b951938
commit 5ea71be825
4 changed files with 31 additions and 23 deletions

View file

@ -72,7 +72,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" ---@diagnostic disable-line: inject-field
---@param user_config? gopher.Config
function config.setup(user_config)