carlitux / deoplete-ternjs

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

"--no-port-file" tern argument not applying #64

Closed karismatic-megafauna closed 6 years ago

karismatic-megafauna commented 6 years ago

I cannot seem to get this argument to work:

let g:tern#arguments = ["--no-port-file"]

I am still getting the .tern-port file created in any project I open Vim in....

Any ideas for why this might not be working?

carlitux commented 6 years ago

Already that setup is for tern_for_vim, it is not for this source. This source search for file .tern-port if the file exists uses the port in that file if the file doesn't exists start a tern instance and use the port in the new created file.