Hi everyone, I wanted to see the individual null-ls sources as part of the lsp_name section so I tried adding it in.
The expansion can be activated by setting the expand_null_ls key to true in the defaults table during setup.
i.e.
_The 'LSP: ' part is not part of the lspname section
It can be a bit messy if there are too many null-ls sources but I think it can be made better by filtering out the sources by their methods (diagnostics, formatting etc.).
Hi everyone, I wanted to see the individual null-ls sources as part of the
lsp_name
section so I tried adding it in. The expansion can be activated by setting theexpand_null_ls
key to true in the defaults table during setup. i.e.With
expand_null_ls
set totrue
:With
expand_null_ls
set tofalse
:_The 'LSP: ' part is not part of the lspname section
It can be a bit messy if there are too many null-ls sources but I think it can be made better by filtering out the sources by their methods (diagnostics, formatting etc.).
What do you guys think?