neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Plugin wrapper for daemon version of various go tools

Open myitcv opened this issue 9 years ago • 0 comments

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

myitcv avatar Sep 27 '14 10:09 myitcv