doc: Allow for experimental features

This commit is contained in:
Christian Brabandt 2021-05-07 22:48:42 +02:00
parent 23e20bfada
commit 390b243cf3
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -118,6 +118,10 @@ CONFIGURATION *airline-configuration*
There are a couple configuration values available (shown with their default
values):
* enable experimental features >
" Currently: Enable Vim9 Script implementation
let g:airline_experimental = 1
* the separator used on the left side >
let g:airline_left_sep='>'
<