nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
632 stars 40 forks source link

Error executing vim.schedule lua callback #88

Open ImmanuelHaffner opened 1 year ago

ImmanuelHaffner commented 1 year ago

I get this when opening a LaTeX document. I am using ltex-ls and texlab LSPs through mason and the ltex_extra plugin.

Error executing vim.schedule lua callback: ...e/nvim/lazy/lsp-status.nvim/lua/lsp-status/messaging.lua:43: Vim(echomsg):E114: Missing quote: "[lsp-status] Received `end` message with no corresponding `begin` and nil client!
stack traceback:
        [C]: in function 'nvim_command'
        ...e/nvim/lazy/lsp-status.nvim/lua/lsp-status/messaging.lua:43: in function 'fn'
        .../share/nvim/lazy/lsp-status.nvim/lua/lsp-status/util.lua:71: in function 'handler'
        /usr/share/nvim/runtime/lua/vim/lsp.lua:1056: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>
ImmanuelHaffner commented 1 month ago

I am still getting this whenever the ltex-ls language server is attached to a buffer. I see whether I can find some support there.