Skip to content

Instantly share code, notes, and snippets.

@procload
Created April 5, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save procload/7e24c59e79d94247c8985d0921e7e650 to your computer and use it in GitHub Desktop.
Save procload/7e24c59e79d94247c8985d0921e7e650 to your computer and use it in GitHub Desktop.
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
" unicode symbols
let g:airline_left_sep = '»'
let g:airline_left_sep = ''
let g:airline_right_sep = '«'
let g:airline_right_sep = ''
let g:airline_symbols.linenr = '␊'
let g:airline_symbols.linenr = '␤'
let g:airline_symbols.linenr = '¶'
let g:airline_symbols.branch = '⎇'
let g:airline_symbols.paste = 'ρ'
let g:airline_symbols.paste = 'Þ'
let g:airline_symbols.paste = '∥'
let g:airline_symbols.whitespace = 'Ξ'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment