Commit graph

4 commits

Author SHA1 Message Date
0ad832b120
docs: update docs 2025-03-22 17:02:43 +02:00
62989c535e
refactor(commands)!: change the way of disabling commands
BREAKING CHANGE: not it does not require calling .setup()
2025-03-22 17:02:08 +02:00
Smirnov Oleksandr
51964dd307
fix!: fix "Command X not found after loading gopher.nvim" (#100)
BREAKING CHANGE: now calling .setup is required
2025-03-22 16:35:23 +02:00
Smirnov Oleksandr
9aa0038125
refactor: minimize amount of vimscript (#96)
* refactor: remove autoload

* since nvim 0.9 health.lua files are threaded as checkhealth provider

*  prof of concept 

* fix(runner.gocmd)!: i forgot to update it when i was working on #85

* fix(plugin): now commands register properly

* fix(plugin): fix command name for :GoIfErr

* fix(plugin): respect `setup_commands` option

* docs: update

* refactor(plugin): use vim.schedule

* docs: update CONTRIBUTING
2025-03-21 21:44:42 +02:00