mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 21:45:06 +02:00
Updated FAQ (markdown)
parent
dd0f9beb24
commit
ca8160dbfd
4
FAQ.md
4
FAQ.md
@ -12,7 +12,9 @@ If you don't want all the bells and whistles enabled by default, you can define
|
||||
|
||||
Also, you can enable caching of the various syntax highlighting groups. This will try to prevent some of the more expensive `:hi` calls in Vim, which seem to be expensive in the Vim core at the expense of possibly not being hunderet percent correct all the times (especially if you often change highlighting groups yourself using `:hi` commands). To set this up do `:let g:airline_highlighting_cache = 1`. A `:AirlineRefresh` will however clear the cache.
|
||||
|
||||
In addition you might want to check out the [dark_minimal theme](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/dark_minimal.vim), which does not change highlighting groups once they are defined.
|
||||
In addition you might want to check out the [dark_minimal theme](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/dark_minimal.vim), which does not change highlighting groups once they are defined.
|
||||
|
||||
If you still encounter performance issues, provide some profiling information, see issue [1026](https://github.com/vim-airline/vim-airline/issues/1026)
|
||||
|
||||
#### The powerline font symbols are not showing up
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user