Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error detected: ...attempt to call field 'is_closing' #34

Open
Hyvok opened this issue Sep 29, 2022 · 3 comments
Open

Error detected: ...attempt to call field 'is_closing' #34

Hyvok opened this issue Sep 29, 2022 · 3 comments

Comments

@Hyvok
Copy link

Hyvok commented Sep 29, 2022

Hey! I'm using the basic template setup from https://github.com/LunarVim/Neovim-from-scratch which uses cmp-nvim-lsp and sumneko_lua LSP-server. I have not modified anything else from the template other than pinned some newer versions for nvim-treesitter and some other plugins. I am getting this error with every single inserted character in lua files:

neovim_error2

Running command ":lua =vim.lsp.get_active_clients({ filter = { name = "sumneko_lua " }})[1].is_stopped()" returns false so I guess the LSP-server should be working fine. Using newest pre-release NeoVim v0.8.0-1183-ge6c214033 on Windows and newest cmp-nvim-lsp.

Any ideas what this could be caused by?

@iusztin
Copy link

iusztin commented Oct 1, 2022

Hey!
I encountered a similar error and found a related issue on the neovim repo.
In my case the error disappeared after updating null-ls.

@Hyvok
Copy link
Author

Hyvok commented Oct 1, 2022

Hey! I encountered a similar error and found a related issue on the neovim repo. In my case the error disappeared after updating null-ls.

Updating null-ls solved the issue! Thanks!

@fadhilaf
Copy link

Can i know what commit id u guys use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants