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

on-attach for every client? #82

Open mosheavni opened 1 year ago

mosheavni commented 1 year ago

Hi, it's not clear from the documentation. do I have to call the lsp-status' on-attach function for EVERY lsp client? Or just the ones you have extended support to (pyls_ms, rust analyzer, etc...)? Same question for the capabilities, do I need to extend them, for every lsp client? Thanks.