Replies: 1 comment
-
If you use heirline, you can use the lsp component from heirline-components to achieve this. Or if you don't mind having it float, you can use noice.nvim, which is quite easy to setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am trying to use this command to get the current none-ls source for my status line but it is always blank.
local null_ls_source = "%{StringFromList(map(get(g:, 'null_ls_sources', []), 'v:val.name'))}"
I am using this to get the current lsp server and for none-ls (null-ls) it just says 'null-ls' so it would be helpful to know if prettier for example active.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions