[neovim] Add lualine-lsp-progress plugin

This commit is contained in:
Daniel Carrillo 2022-11-05 20:56:13 +01:00
parent 9288a68403
commit fd62f58949
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ return packer.startup(function(use)
use({ "RRethy/vim-illuminate", commit = "fb83d835eac50baeef49aac20c524a80727db0ac" })
use({ "folke/trouble.nvim", commit = "ed65f84abc4a1e5d8f368d7e02601fc0357ea15e" })
use({ "simrat39/symbols-outline.nvim", commit = "6a3ed24c5631da7a5d418bced57c16b32af7747c" })
use({ "arkav/lualine-lsp-progress", commit = "56842d097245a08d77912edf5f2a69ba29f275d7" })
-- Telescope
use({ "nvim-telescope/telescope.nvim", commit = "4bd4205028d6588cf2e0a1346687a6039b0f0a7c" })

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,