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

Request for help: I've tried to get this working, but am just not able to. #73

Closed jsholmes closed 2 years ago

jsholmes commented 2 years ago

I just get nothing showing up where the lsp-status segment should be. No errors happen, but nothing shows. I've tried both clangd and sumneko_lua.

I feel like I've done all the things that the README says to do:

What debugging steps can I take to try to figure out what's going wrong?

jsholmes commented 2 years ago

I was lacking the lsp_status.config({}) call.