mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 21:45:06 +02:00
fix toc heading links
parent
a90d947f05
commit
579ce92f7f
31
FAQ.md
31
FAQ.md
@ -3,23 +3,23 @@
|
||||
- [The powerline font symbols are not showing up](#the-powerline-font-symbols-are-not-showing-up)
|
||||
- [The Themes are missing.](#the-themes-are-missing)
|
||||
- [The powerline font symbols are partially messed up](#the-powerline-font-symbols-are-partially-messed-up)
|
||||
- [The powerline font is not perfectly lined up, or there a bit of whitespace in between symbols, or they are cut off](#the-powerline-font-is-not-perfectly-lined-up--or-there-a-bit-of-whitespace-in-between-symbols--or-they-are-cut-off)
|
||||
- [The powerline font is not perfectly lined up, or there a bit of whitespace in between symbols, or they are cut off](#the-powerline-font-is-not-perfectly-lined-up-or-there-a-bit-of-whitespace-in-between-symbols-or-they-are-cut-off)
|
||||
- [There is a pause when leaving insert mode](#there-is-a-pause-when-leaving-insert-mode)
|
||||
- [There is a pause when entering insert mode](#there-is-a-pause-when-entering-insert-mode)
|
||||
- [You don't see any colors](#you-don-t-see-any-colors)
|
||||
- [You don't see any colors](#you-dont-see-any-colors)
|
||||
- [The colors look a little off for some themes.](#the-colors-look-a-little-off-for-some-themes)
|
||||
- [You do not see the current Git branch](#you-do-not-see-the-current-git-branch)
|
||||
- [vim-bufferline is printing to the statusline as well as the command bar](#vim-bufferline-is-printing-to-the-statusline-as-well-as-the-command-bar)
|
||||
- [The statusline wraps](#the-statusline-wraps)
|
||||
- [How do i get rid of the default mode indicator?](#how-do-i-get-rid-of-the-default-mode-indicator-)
|
||||
- [The completion popup is broken/blank when preview is enabled with vim-airline](#the-completion-popup-is-broken-blank-when-preview-is-enabled-with-vim-airline)
|
||||
- [You see things like `^^^^^` in the statusline.](#you-see-things-like---------in-the-statusline)
|
||||
- [Colors go out of sync when I source my `vimrc`](#colors-go-out-of-sync-when-i-source-my--vimrc-)
|
||||
- [Where should I store my own custom theme?](#where-should-i-store-my-own-custom-theme-)
|
||||
- [Can I get better font rendering in Windows gvim?](#can-i-get-better-font-rendering-in-windows-gvim-)
|
||||
- [How can I make Airline look like powerline?](#how-can-i-make-airline-look-like-powerline-)
|
||||
- [How can I remove those angle at the end?](#how-can-i-remove-those-angle-at-the-end-)
|
||||
- [How can I disable certain autocommands?](#how-can-i-disable-certain-autocommands-)
|
||||
- [How do i get rid of the default mode indicator?](#how-do-i-get-rid-of-the-default-mode-indicator)
|
||||
- [The completion popup is broken/blank when preview is enabled with vim-airline](#the-completion-popup-is-brokenblank-when-preview-is-enabled-with-vim-airline)
|
||||
- [You see things like `^^^^^` in the statusline.](#you-see-things-like--in-the-statusline)
|
||||
- [Colors go out of sync when I source my `vimrc`](#colors-go-out-of-sync-when-i-source-my-vimrc)
|
||||
- [Where should I store my own custom theme?](#where-should-i-store-my-own-custom-theme)
|
||||
- [Can I get better font rendering in Windows gvim?](#can-i-get-better-font-rendering-in-windows-gvim)
|
||||
- [How can I make Airline look like powerline?](#how-can-i-make-airline-look-like-powerline)
|
||||
- [How can I remove those angle at the end?](#how-can-i-remove-those-angle-at-the-end)
|
||||
- [How can I disable certain autocommands?](#how-can-i-disable-certain-autocommands)
|
||||
|
||||
|
||||
# I have a performance problem....
|
||||
@ -73,10 +73,9 @@ 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.
|
||||
|
||||
# The Themes are missing.
|
||||
# The Themes are missing
|
||||
|
||||
Themes have moved to
|
||||
another repository as of [this commit][e].
|
||||
Themes have moved to another repository as of [this commit][e].
|
||||
|
||||
Install the themes as you would this plugin (Vundle example):
|
||||
|
||||
@ -96,7 +95,7 @@ You are likely using the [fontconfig](https://powerline.readthedocs.org/en/lates
|
||||
endif
|
||||
let g:airline_symbols.space = "\ua0"
|
||||
|
||||
# The powerline font is not perfectly lined up, or there a bit of whitespace in between symbols, or they are cut off
|
||||
# The powerline font is not perfectly lined up or there a bit of whitespace in between symbols, or they are cut off
|
||||
|
||||
This is a complicated issue with no easy solution. Depending on the operating system, the font you have installed, the font you have patched, how the font was patched, terminal vs GUI, which terminal emulator itself (and how the emulator is configured), what font size, all have an effect on how the font turns on.
|
||||
|
||||
@ -116,7 +115,7 @@ All of the themes use a 256 terminal color palette. It's likely that the value
|
||||
|
||||
If you are using tmux, start it with the -2 option. This lets it know that the terminal supports 256 colors.
|
||||
|
||||
# The colors look a little off for some themes.
|
||||
# The colors look a little off for some themes
|
||||
|
||||
Certain themes are derived from the active colorscheme by extracting colors from predefined highlight groups. These airline themes will look good for their intended matching colorschemes, but will be hit or miss when loaded with other colorschemes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user