carlitux / deoplete-ternjs

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

Tern stops working after a while. #20

Closed nicknikolov closed 8 years ago

nicknikolov commented 8 years ago

Hi, thanks for making this library. I have finally settled in a near-perfect JS environment. However when working all of a sudden stops giving suggestions: screen shot 2016-05-26 at 10 58 23

When I restart neovim it works again. screen shot 2016-05-26 at 11 00 10

My version is 0.1.4

I have a fairly simple config that you can see here: http://pastebin.com/v10upH1j

I use a global tern-config in my home directory:

{
  "libs": [
    "browser"
  ],

  "plugins": {
    "node": {},
    "requirejs": {
      "baseURL": "./",
      "paths": {}
    }
  }
}

I'm sorry for not being able to provide much useful information as I don't know how I can debug this. Any help would be appreciated.

carlitux commented 8 years ago

It looks like is same that this https://github.com/carlitux/deoplete-ternjs/issues/18

nicknikolov commented 8 years ago

Thanks, seems to be working so far.