carlitux / deoplete-ternjs

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

does it have all the features of tern_for_vim ? #4

Closed iamcco closed 8 years ago

iamcco commented 8 years ago

about config like this:

{
    "libs": [
        "browser",
        "jquery",
        "ecma5",
        "ecma6"
    ],
    "plugins": {
        "node": {}
    }
}

i can't find an document of this plugin

carlitux commented 8 years ago

This only has the auto complete feature, and uses ternjs so your config is the same as required by tern.