update types

This commit is contained in:
Smirnov Oleksandr 2024-05-03 21:44:47 +03:00
parent a0cda75dd5
commit 9ba98a1815
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ local gopher = {}
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
---
---@usage `require("gopher").setup {}` (replace `{}` with your `config` table)
---@param user_config gopher.Config
gopher.setup = function(user_config)
log.debug "setting up config"
require("gopher.config").setup(user_config)