Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin wrapper for daemon version of various go tools #4

Open
myitcv opened this issue Sep 27, 2014 · 0 comments
Open

Plugin wrapper for daemon version of various go tools #4

myitcv opened this issue Sep 27, 2014 · 0 comments

Comments

@myitcv
Copy link
Owner

myitcv commented Sep 27, 2014

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant