all repos

gopher.nvim @ b5327cd

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
feat(config): make it optional to call .setup()
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-20 19:53:15 +0300
Parent: 1841aed
M lua/gopher/config.lua

@@ -15,7 +15,7 @@ },

} ---@type gopher.Config -local _config = {} +local _config = default_config ---@param user_config? gopher.Config function config.setup(user_config)