fix indentation
This commit is contained in:
parent
e005338d68
commit
00e4d34f5f
10 changed files with 169 additions and 164 deletions
|
|
@ -1,13 +1,15 @@
|
|||
-- status line like vim-airline
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
--component_separators = '⋮',
|
||||
component_separators = '⁞',
|
||||
section_separators = { left = '', right = '' },
|
||||
},
|
||||
},
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
--component_separators = '⋮',
|
||||
component_separators = '⁞',
|
||||
--section_separators = { left = '', right = '' },
|
||||
--section_separators = { left = '', right = '' },
|
||||
section_separators = { left = '', right = '' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue