1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remove branch

This commit is contained in:
Mo 2022-09-11 19:33:29 +02:00
parent 6117305dfb
commit 76ea921b89

View file

@ -18,7 +18,7 @@ require("lualine").setup({
lualine_b = { { search_count, type = "lua_expr" } }, lualine_b = { { search_count, type = "lua_expr" } },
lualine_c = { { navic.get_location, cond = navic.is_available } }, lualine_c = { { navic.get_location, cond = navic.is_available } },
lualine_x = {}, lualine_x = {},
lualine_y = { "branch" }, lualine_y = {},
lualine_z = { "filetype" }, lualine_z = { "filetype" },
}, },
}) })