neovim: statusbar
This commit is contained in:
parent
0a8939caa4
commit
c0082c8a42
1 changed files with 29 additions and 27 deletions
|
@ -20,13 +20,15 @@ function M.setup()
|
||||||
inactive_sections = {
|
inactive_sections = {
|
||||||
lualine_a = {},
|
lualine_a = {},
|
||||||
lualine_b = {},
|
lualine_b = {},
|
||||||
lualine_c = { { 'filename' } },
|
lualine_c = { { 'filename', path = 1 } },
|
||||||
lualine_x = { 'location' },
|
lualine_x = { 'location' },
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = {}
|
lualine_z = {}
|
||||||
},
|
},
|
||||||
tabline = {},
|
tabline = {},
|
||||||
extensions = { 'nerdtree' }
|
winbar = {},
|
||||||
|
inactive_winbar = {},
|
||||||
|
extensions = { 'neo-tree' }
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue