gopher.nvim/lua/gopher
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
..
_utils feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
comment.lua feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
config.lua fix(config): type annotations 2025-08-30 16:58:32 +03:00
gotests.lua docs: update (#103) 2025-03-23 15:46:54 +02:00
health.lua chore: remove nvim-treesitter from dependencies (#107) 2025-03-27 23:18:27 +02:00
iferr.lua docs: update (#103) 2025-03-23 15:46:54 +02:00
impl.lua fix(impl): not error if no args provided (#110) 2025-04-03 16:52:38 +03:00
init.lua docs: update (#103) 2025-03-23 15:46:54 +02:00
installer.lua fix: add separate timeout for instalelr (#109) 2025-03-30 17:20:08 +03:00
struct_tags.lua feat(struct_tags): add range support (#117) 2025-08-30 16:58:32 +03:00