mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 05:11:45 +00:00
configure lualine separators
This commit is contained in:
parent
0e848f1dac
commit
d0714ea011
@ -6,8 +6,8 @@ return {
|
|||||||
options = {
|
options = {
|
||||||
icons_enabled = vim.g.have_nerd_font,
|
icons_enabled = vim.g.have_nerd_font,
|
||||||
theme = 'catppuccin',
|
theme = 'catppuccin',
|
||||||
component_separators = '|',
|
section_separators = { left = '', right = '' },
|
||||||
section_separators = ' ',
|
component_separators = { left = '', right = '' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user