Powerline: Mention alternative to notexists symbol

I noticed, that in some environments the default
g:airline_symbols[notexists] just does not show up, even when the same
font in the gui works. So let's at least mention a possible alternative,
that you can easily use in your vimrc:

```vim
  if !exists("g:airline_symbols")
    let g:airline_symbols = {}
  endif
  let g:airline_symbols.notexists = "\u2204"
```
This commit is contained in:
Christian Brabandt
2022-12-15 17:12:46 +01:00
parent 1cdb8824a0
commit 994cfd80eb
2 changed files with 2 additions and 0 deletions

View File

@@ -386,6 +386,7 @@ its contents. >
let g:airline_symbols.paste = '∥'
let g:airline_symbols.spell = 'Ꞩ'
let g:airline_symbols.notexists = 'Ɇ'
let g:airline_symbols.notexists = '∄'
let g:airline_symbols.whitespace = 'Ξ'
" powerline symbols