Nvim-lspconfig: attempt to index local 'lsp' (a nil value)

Created on 23 Sep 2020  路  2Comments  路  Source: neovim/nvim-lspconfig


Error message:

Error detected while processing /Users/jbaek/.vim/plugged/nvim-lspconfig/plugin/nvim_lsp.vim:
line   14:
E5105: Error while calling lua chunk: .../jbaek/.vim/plugged/nvim-lspconfig/lua/nvim_lsp/util.lua:11: attempt to index local 'lsp' (a nil value)

I'm not sure why it's failing... Is it because my nvim is 0.4.4??
I ran brew install --HEAD neovim but 0.4.4 is still the latest.

  • nvim --version: NVIM v0.4.4
  • nvim-lsp version(commit hash):
  • :checkhealth result
  • What language server(If the problem is related to a specific language server):
  • Operating system/version:
  • Terminal name/version:
  • $TERM:

How to reproduce the problem from neovim startup

Actual behaviour

Expected behaviour

bug

Most helpful comment

upgraded vim to 0.5 and it worked

All 2 comments

upgraded vim to 0.5 and it worked

upgraded vim to 0.5 and it worked

So you went to a nightly build of nvim to fix this or what? nvim is still only on release 0.4.4 on stable branch as far as I can tell.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kyle-Thompson picture Kyle-Thompson  路  7Comments

mjlbach picture mjlbach  路  8Comments

nhooyr picture nhooyr  路  3Comments

matklad picture matklad  路  5Comments

JamesGreenaway picture JamesGreenaway  路  9Comments