1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 20:09:26 +00:00

[neovim] Add lualine-lsp-progress plugin

This commit is contained in:
2022-11-05 20:56:13 +01:00
parent 9288a68403
commit fd62f58949
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ lualine.setup({
sections = {
lualine_a = { "mode" },
lualine_b = { "branch" },
lualine_c = { diagnostics, venv, { "filename", path = 3 } },
lualine_c = { diagnostics, venv, { "filename", path = 3 }, "lsp_progress" },
lualine_x = {
{ gitblame.get_current_blame_text, cond = gitblame.is_blame_text_available },
diff,