diff --git a/FAQ.md b/FAQ.md index f95342b..9d88af6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,27 @@ +- [I have a performance problem....](#i-have-a-performance-problem) +- [A symbol in the statusline looks is overdrawn or too crammed](#a-symbol-in-the-statusline-looks-is-overdrawn-or-too-crammed) +- [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) +- [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) +- [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-) + + # I have a performance problem.... Whoa! Everything got slow all of a sudden...