carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

Use Tern "trigger" commands #38

Closed akrueger closed 7 years ago

akrueger commented 7 years ago

Is it possible to utilize a trigger command to open up autocompletion with Tern such as is described here: https://ternjs.net/doc/demo/index.html#simple

For instance the autocomplete trigger command is ctrl-space.

I am not sure if that would be initiated here or in deoplete itself.

Thanks

Edit

I tried this out and it seems to do what I need:

https://vi.stackexchange.com/questions/9468/cant-get-deoplete-plugin-working-in-neovim

If you have anything to add that you think would help, please add, if not feel free to close.

Thanks!

carlitux commented 7 years ago

@akrueger you have to do with deoplete and you have to setup as you read in the second link.