Back to astronvim.
This commit is contained in:
parent
0aed4edea5
commit
e26650d344
22 changed files with 2 additions and 4 deletions
23
_cli/astronvim/lua/user/plugins/lualine.lua
Normal file
23
_cli/astronvim/lua/user/plugins/lualine.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
options = {
|
||||
component_separators = '',
|
||||
icons_enabled = true,
|
||||
section_separators = '',
|
||||
theme = "powerline",
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
lualine_b = { { "filename", file_status = true, path = 1 } },
|
||||
lualine_c = { { "branch", icon = "" } },
|
||||
lualine_x = { "filetype" },
|
||||
lualine_y = { "progress" },
|
||||
lualine_z = { "location" },
|
||||
},
|
||||
tabline = {
|
||||
lualine_a = { "buffers" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue