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

@ -33,8 +33,8 @@ nmap <Leader>ft :Filetypes<CR>
# lightline
g:lightline = {
colorscheme: 'gruvbox8',
separator: { left: "", right: ""},
subseparator: { left: "|", right: "|"}
separator: { left: '', right: ''},
subseparator: { left: '\u2022', right: '\u2022'}
}
if has('gui_running')