1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-02-01 17:37:53 +00:00

nvim: fix airline

This commit is contained in:
Phantop 2025-01-17 11:48:26 -05:00
parent d03d8bbe9a
commit 80840b6bb4

View file

@ -4,4 +4,5 @@ colorscheme dracula
command Q q!
let b:ale_linters = {'c': [''], 'sh': [''], 'php': ['']}
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
let g:airline#extensions#whitespace#symbol = '!'
]]