home: vim: show LSP progress in status line
This commit is contained in:
parent
2152f9dd1e
commit
bce9855da1
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue