gopher.nvim/lua/gopher
Smirnov Oleksandr 55bc5787d1
refactor: struct tags (#94)
* refactor(struct_tags): finally my hands got to this

* feat(struct_tags): trim output

* feat(struct_tags): add :GoTagClear

* docgen

* refactor(struct_tags): error on out-of-bounds

* feat(struct_tags): add support for working with multiple tags at the once

* test(struct_tags): test both possible inputs

* refactor(struct_tags): add type annotation, dont force write

* refactor(struct_tags): optimization ig

* docs: fix

* fixup! refactor(struct_tags): add type annotation, dont force write

* task docgen

---------

Co-authored-by: Oliver <1571880470@qq.com>
2025-03-19 18:06:33 +02:00
..
_utils refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
comment.lua refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
config.lua feat(iferr): add -message support (#89) 2025-03-03 14:22:28 +02:00
gotests.lua refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
health.lua refactor(health): remove deprecations (#86) 2025-03-02 16:43:30 +02:00
iferr.lua feat(iferr): add -message support (#89) 2025-03-03 14:22:28 +02:00
impl.lua refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
init.lua refactor: struct tags (#94) 2025-03-19 18:06:33 +02:00
installer.lua refactor: use vim.system instead of pleanry (#85) 2025-03-02 16:31:50 +02:00
struct_tags.lua refactor: struct tags (#94) 2025-03-19 18:06:33 +02:00