mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Fix UI rendering issues in neovim (#1455)
Neovim started showing UI rendering issues after the latest update. Some of the Unicode characters used in the vim-airline plugin were found to be the cause, this commit aims to solve the issue by removing those characters. Check this issue for more details - https://github.com/vim-airline/vim-airline/issues/2704
This commit is contained in:
parent
70ee0fe03f
commit
8e2abf828a
@ -63,7 +63,8 @@ colorscheme vim
|
||||
endif
|
||||
let g:airline_symbols.colnr = ' C:'
|
||||
let g:airline_symbols.linenr = ' L:'
|
||||
let g:airline_symbols.maxlinenr = '☰ '
|
||||
let g:airline_symbols.maxlinenr = ' '
|
||||
let g:airline#extensions#whitespace#symbol = '!'
|
||||
|
||||
" Shortcutting split navigation, saving a keypress:
|
||||
map <C-h> <C-w>h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user