lsp-toggle.nvim icon indicating copy to clipboard operation
lsp-toggle.nvim copied to clipboard

Conditionally show toggle for null-ls

Open Steven-- opened this issue 8 months ago • 1 comments

A toggle for null-ls is shown even if null-ls is not installed.

This seems to be hardcoded line 22 of lsp.lua.

Would it be possible to only show such an option if null-ls is actually available? Thanks!

Steven-- avatar May 04 '25 14:05 Steven--

I second this. I don't use null so it's a bit weird it shows up by default, esp if the lsp isn't loaded

NeoSahadeo avatar Aug 28 '25 07:08 NeoSahadeo