powerline symbols
This commit is contained in:
parent
5babd1faee
commit
8d87e3908c
3 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
set prompt_sep \ue0b0
|
||||
set prompt_sep \ue0bc
|
||||
set prompt_bang \n\ (set_color brred)\u266a\
|
||||
set git_sign \ue0a0
|
||||
set color_fg brwhite
|
||||
|
|
|
@ -28,7 +28,8 @@ if require('packer_init').init(plugins) then return end
|
|||
require('lualine').setup{
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
component_separators = { left = '\u{2022}', right = '\u{2022}' }
|
||||
component_separators = { left = '\u{2022}', right = '\u{2022}' },
|
||||
section_separators = { left = '\u{e0bc}', right = '\u{e0be}' }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue