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:
@ -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,
|
||||
|
Reference in New Issue
Block a user