statusline
This commit is contained in:
parent
18603b93e0
commit
a6df31bf67
2 changed files with 31 additions and 8 deletions
21
lua/plugins/statusbar.lua
Normal file
21
lua/plugins/statusbar.lua
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
return {
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {
|
||||
options = {
|
||||
theme = 'pywal',
|
||||
section_separators = { left = '/', right = '/' },
|
||||
component_separators = { left = '/', right = '/' },
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
lualine_b = {'filename'},
|
||||
lualine_c = {''},
|
||||
lualine_x = {'filetype'},
|
||||
lualine_y = {'progress'},
|
||||
lualine_z = {'location'},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue