gopher.nvim/lua/gopher/_utils
Oleksandr Smirnov 1e7af1b212
feat(comment): add support for: interface methods, struct fields, variables (#123)
* refactor(comment): dont use unnecessary function

* chore: quick way to open vim in dev mode

* feat(comment): add comment on on interface method

* feat(comment): add comment on a struct field

* feat(comment): add comment on a variable

* docs: add note about the generate function

* docs: gopher.TsResult

* fix(utils): handle case when indentation is wrong
2025-09-04 16:52:18 +03:00
..
gocmd.lua test: unit (#97) 2025-03-21 22:12:26 +02:00
init.lua feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
log.lua docs: update (#103) 2025-03-23 15:46:54 +02:00
runner.lua test: unit (#97) 2025-03-21 22:12:26 +02:00
ts.lua feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00