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
621 stars 41 forks source link

Error executing vim.schedule lua callback #88

Open ImmanuelHaffner opened 9 months ago

ImmanuelHaffner commented 9 months 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>