1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 18:39:27 +00:00

[neovim] Update plugins

This commit is contained in:
2022-12-23 18:28:37 +01:00
parent 95c0df0d69
commit 771b5b23f7
2 changed files with 19 additions and 19 deletions

View File

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