1
0
Fork 0

nvim, vim: separators; bash: fix prompt

This commit is contained in:
Von Random 2023-08-21 21:24:52 +03:00
parent 9be728d5d6
commit 745c771084
3 changed files with 4 additions and 4 deletions

View file

@ -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}' }
}
}