home: vim: show LSP progress in status line

This commit is contained in:
Bruno BELANYI 2022-03-02 13:55:22 +01:00
parent 2152f9dd1e
commit bce9855da1
2 changed files with 2 additions and 0 deletions

View file

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

View file

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