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