mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-24 22:45:12 +02:00
typo hundred
parent
2d1feb3245
commit
80cc97916d
2
FAQ.md
2
FAQ.md
@ -10,7 +10,7 @@ The [minivimrc](https://github.com/bling/minivimrc) project has some helper mapp
|
||||
|
||||
If you don't want all the bells and whistles enabled by default, you can define a value for g:airline_extensions (e.g. `:let g:airline_extensions = []`). When this variable is defined, only the extensions listed will be loaded; an empty array will disable all extensions.
|
||||
|
||||
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.
|
||||
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 hundred 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user