You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First need to write a daemon version of the tool (likely will expose an RFC interface). Then write a plugin that essentially provides the Neovim interaction to the tool, i.e. RFC <-> MSGPACK
goimports
gocode
go oracle
Tools that don't need daemon wrappers will be handled separately. But should be written to share a generated AST (instead of each running as a separate process and each parsing to an AST).
The text was updated successfully, but these errors were encountered:
First need to write a daemon version of the tool (likely will expose an RFC interface). Then write a plugin that essentially provides the Neovim interaction to the tool, i.e. RFC
<->
MSGPACKgoimports
gocode
go oracle
Tools that don't need daemon wrappers will be handled separately. But should be written to share a generated AST (instead of each running as a separate process and each parsing to an AST).
The text was updated successfully, but these errors were encountered: