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

Repeated status line message #76

Closed kdheepak closed 2 years ago

kdheepak commented 2 years ago

I'm getting the following message when using status_progress in Lualine:

Screen Shot 2022-04-25 at 3 07 30 PM

The status line message appears to be displayed twice. This only happens for Lua, and not for Rust, Python etc.

I have just one language server configured though:

Language client log: ~/.cache/nvim/lsp.log
 Detected filetype:   lua

 1 client(s) attached to this buffer: 

 Client: sumneko_lua (id: 1, pid: 86322, bufnr: [1])
    filetypes:       lua
    autostart:       true
    root directory:  ~/gitrepos/dotfiles
    cmd:             lua-language-server

 Configured servers list: ccls, svelte, tsserver, rust_analyzer, vimls, cssls, html, pyright, sumneko_lua, tailwindcss, dockerls

Any idea what might be going on here?

kdheepak commented 2 years ago

I think this has to do with my configuration (although I don't understand what exactly quite yet).

lee-shun commented 1 year ago

Hello! I encountered the exact same problem, could you give me any hint? @kdheepak