home: vim: show LSP progress in status line

This commit is contained in:
Bruno BELANYI 2022-03-02 13:55:22 +01:00
parent 605da54f24
commit 508b30eadd
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -36,6 +36,7 @@ lualine.setup({
},
lualine_c = {
{ list_spell_languages },
{ "lsp_progress" },
},
lualine_x = {
{ list_lsp_clients },