home: vim: show LSP progress in status line
This commit is contained in:
parent
605da54f24
commit
508b30eadd
|
@ -33,6 +33,7 @@ in
|
|||
# Theming
|
||||
vim-gruvbox8 # Nice dark theme
|
||||
lualine-nvim # A lua-based status line
|
||||
lualine-lsp-progress # Show progress for LSP servers
|
||||
|
||||
# tpope essentials
|
||||
vim-commentary # Easy comments
|
||||
|
|
|
@ -36,6 +36,7 @@ lualine.setup({
|
|||
},
|
||||
lualine_c = {
|
||||
{ list_spell_languages },
|
||||
{ "lsp_progress" },
|
||||
},
|
||||
lualine_x = {
|
||||
{ list_lsp_clients },
|
||||
|
|
Loading…
Reference in a new issue