mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 05:55:38 +02:00
bad line split for command, added break
parent
cde03853c5
commit
e267980bad
3
FAQ.md
3
FAQ.md
@ -88,7 +88,8 @@ But (especially if you are using a bundler to install airline), you may prefer t
|
|||||||
1. Copy `dark.vim` into `~/.vim/autoload/airline/themes/your_theme_name.vim`
|
1. Copy `dark.vim` into `~/.vim/autoload/airline/themes/your_theme_name.vim`
|
||||||
2. Open that file and search-replace: `:%s/#dark#/#your_theme_name#/g`
|
2. Open that file and search-replace: `:%s/#dark#/#your_theme_name#/g`
|
||||||
3. (Optionally) test it with: `:AirlineTheme your_theme_name`
|
3. (Optionally) test it with: `:AirlineTheme your_theme_name`
|
||||||
4. To make it load on startup, add to your `.vimrc`: `:let g:airline_theme='your_theme_name'`
|
4. To make it load on startup, add to your `.vimrc`:
|
||||||
|
`:let g:airline_theme='your_theme_name'`
|
||||||
|
|
||||||
[a]: https://github.com/Lokaltog/vim-powerline
|
[a]: https://github.com/Lokaltog/vim-powerline
|
||||||
[b]: https://github.com/Lokaltog/powerline
|
[b]: https://github.com/Lokaltog/powerline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user