refactor/comamnds dont require .setup (#101)

* refactor(commands)!: change the way of disabling commands

BREAKING CHANGE: not it does not require calling .setup()

* docs: update docs
This commit is contained in:
Smirnov Oleksandr 2025-03-22 17:06:57 +02:00 committed by GitHub
parent 7ab717e981
commit 7e33602065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 101 additions and 103 deletions

View file

@ -10,6 +10,7 @@ end
local files = {
"lua/gopher/init.lua",
"lua/gopher/config.lua",
"plugin/gopher.lua",
"lua/gopher/struct_tags.lua",
"lua/gopher/impl.lua",
"lua/gopher/gotests.lua",