Closed ahmedelgabri closed 7 years ago
this would be awesome!
i believe you can do passthrough from deoplete-flow by adding both deoplete and deoplete-flow, and setting up deoplete as an nvim-completion-manager source
i believe you can do passthrough from deoplete-flow by adding both deoplete and deoplete-flow, and setting up deoplete as an nvim-completion-manager source
I'm actually trying nvim-completion-manager, because I had too many issues with deoplete.
I'm actually trying nvim-completion-manager, because I had too many issues with deoplete.
Interesting.
@Shougo Just to be clear, maybe deoplete
itself is not bad but the other completions are the problem. I had lots of problems with deoplete-tern
for example.
While nvim-completion-manager
& completor.vim
they just work. So I'm trying all the options to see which one will work for me
Ah, OK. I recommend for you to use LSP typescript client. It also supports javascript.
@Shougo that lsp server doesn't support flow. Actually, it shows errors everywhere cause flow is not a valid syntax
LSP flow client is needed...
Closing
Further discussions should be posted on https://github.com/roxma/ncm-flow/issues/1
Actually Facebook is developing a Flow language server.
Any plans to add flow support?