Skip to content

Instantly share code, notes, and snippets.

@thisfred
Last active January 31, 2016 07:49
Show Gist options
  • Save thisfred/614e4f568fe8fd36abc3 to your computer and use it in GitHub Desktop.
Save thisfred/614e4f568fe8fd36abc3 to your computer and use it in GitHub Desktop.
KeyError('cache-dir',)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/neovim/msgpack_rpc/session.py", line 177, in handler
rv = self._request_cb(name, args)
File "/usr/local/lib/python2.7/dist-packages/neovim/api/common.py", line 237, in filter_request_cb
walk(self._in, args, self, name, 'request'))
File "/usr/local/lib/python2.7/dist-packages/neovim/plugin/host.py", line 65, in _on_request
rv = handler(*args)
File "/home/eric/.vim/bundle/ensime-vim/rplugin/python/ensime.py", line 601, in com_en_classpath
self.with_current_client(lambda c: c.en_classpath(args, range), True, False, True)
File "/home/eric/.vim/bundle/ensime-vim/rplugin/python/ensime.py", line 536, in with_current_client
c = self.current_client(create, quiet, allow_classpath_file_creation)
KeyError: 'cache-dir'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment