Closed amikai closed 4 years ago
Per https://github.com/nvim-lua/lsp-status.nvim#lsp-statusline-segment, all you need to do to get the "default" statusline segment is to call lsp_status.status()
somewhere in your statusline definition.
Does it mean i just do set statusline=%{LspStatus()}
?
That will be fine if you (1) don't want anything else in your statusline and (2) have the LspStatus
function from the example in this repo defined in your config.
I got it. Thanks
The readme show the example image like this:
Could you give the full setting about this? thanks.