mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-06 09:14:24 +08:00
Use the correct variable for defining the theme
document it in the helpfile
This commit is contained in:
@@ -23,7 +23,7 @@ This plugin follows the standard runtime path structure, and as such it can be i
|
||||
|
||||
Once installed, use `:AirlineTheme <theme>` to set the theme, e.g. `:AirlineTheme simple`
|
||||
|
||||
To set in .vimrc, use `let g:AirlineTheme='<theme>'`, e.g. `let g:AirlineTheme='simple'`
|
||||
To set in .vimrc, use `let g:airline_theme='<theme>'`, e.g. `let g:airline_theme='simple'`
|
||||
|
||||
|
||||
# Contribution Guidelines
|
||||
|
||||
Reference in New Issue
Block a user