nvim, vim: separators; bash: fix prompt
This commit is contained in:
parent
9be728d5d6
commit
745c771084
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ require('lualine').setup{
|
|||
options = {
|
||||
icons_enabled = false,
|
||||
section_separators = { left = nil, right = nil },
|
||||
component_separators = { left = '|', right = '|' }
|
||||
component_separators = { left = '\u{2022}', right = '\u{2022}' }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue