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