mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 19:43:44 +00:00
Adjust Lualine
This commit is contained in:
parent
00d90a69fa
commit
d176e1936a
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ local gps = require("nvim-gps")
|
|||
require("lualine").setup({
|
||||
sections = {
|
||||
lualine_a = { "filename" },
|
||||
lualine_b = { "branch", "diff" },
|
||||
lualine_b = {},
|
||||
lualine_c = { { gps.get_location, cond = gps.is_available } },
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_y = { "branch" },
|
||||
lualine_z = { "filetype" },
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue