vimrc: add airline symbol for untracked files

This commit is contained in:
surtur 2022-10-30 04:16:48 +01:00
parent 8c0eafe816
commit bb22114b4d
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -171,6 +171,7 @@ endif
let g:airline_symbols.branch = ''
let g:airline_symbols.colnr = '℅:'
let g:airline_symbols.readonly = ''
let g:airline_symbols.nx='∄'
" ale integration
let g:airline#extensions#ale#enabled = 1