mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
reorder slightly
parent
d49a3fa596
commit
e647fdcd5c
4
FAQ.md
4
FAQ.md
@ -14,6 +14,8 @@ Also, you can enable caching of the various syntax highlighting groups. This wil
|
||||
|
||||
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.
|
||||
|
||||
Starting with revision [725e881a](https://github.com/vim-airline/vim-airline/commit/725e881ac94d564b343b92b9db7ff2e97fabee91) parts of vim-airline have been re-written in Vim9 Script (this is an ongoing effort and further parts will be re-written, if Vim9 Script can offer a benefit). Vim9 Script is a much more strict and compiled scripting language for Vim9 (once it is released) and brings many performance improvements, but currently (as of May 2021) is still considered highly experimental. This removes many of the known performance bottlenecks (especially in the highlighter module). You can try the improvements it brings by setting `:let g:airline_experimental=1`. Note you need a Vim (not Neovim!) with Version 8.2.2840 or higher.
|
||||
|
||||
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
|
||||
@ -32,8 +34,6 @@ If you are using fontconfig, make sure bitmap fonts are not disabled. That rule,
|
||||
|
||||
Also make sure Terminal uses the same font style (e.g. Meslo) as specified in your vimrc.
|
||||
|
||||
Starting with revision [725e881a](https://github.com/vim-airline/vim-airline/commit/725e881ac94d564b343b92b9db7ff2e97fabee91) parts of vim-airline have been re-written in Vim9 Script (this is an ongoing effort and further parts will be re-written, if Vim9 Script can offer a benefit). Vim9 Script is a much more strict and compiled scripting language for Vim9 (once it is released) and brings many performance improvements, but currently (as of May 2021) is still considered highly experimental. This removes many of the known performance bottlenecks (especially in the highlighter module). You can try the improvements it brings by setting `:let g:airline_experimental=1`. Note you need a Vim (not Neovim!) with Version 8.2.2840 or higher.
|
||||
|
||||
#### The Themes are missing.
|
||||
|
||||
Themes have moved to
|
||||
|
Loading…
x
Reference in New Issue
Block a user