nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

fix: fix small typo for string used when filtering clients by method #1403

Closed winter-again closed 5 months ago

winter-again commented 5 months ago

Typo in the method argument. I think it goes unnoticed because nvim lsp just assumes the client supports the method if it can't find it when looking it up. See here.