From f21648245e37c27f1def29f61ac0ce326380d505 Mon Sep 17 00:00:00 2001 From: "Paul \"Joey\" Clark" Date: Thu, 15 May 2014 21:00:46 -0700 Subject: [PATCH] new question: Where should I store my custom theme file? --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 973ac20..fa97eef 100644 --- a/FAQ.md +++ b/FAQ.md @@ -63,10 +63,14 @@ For more details see this [issue](https://github.com/bling/vim-airline/issues/78 Try adding `set fillchars+=stl:\ ,stlnc:\ ` to your vimrc. Also, make sure you're using a colorscheme that has different `StatusLine` and `StatusLineNC` highlight groups. -### Colors go out of sync when I source my `vimrc` +#### Colors go out of sync when I source my `vimrc` vim-airline internally uses autocmds to change colors, and the order of autocmds may change from one configuration to the next. Sometimes this means that if you use things like `BufEnter` you may find that the colors go out of sync. vim-airline exposes a command `AirlineRefresh` which you can use to reload all the colors manually. +#### Where should I store my custom theme file? + +... + [a]: https://github.com/Lokaltog/vim-powerline [b]: https://github.com/Lokaltog/powerline [d]: https://github.com/tpope/vim-fugitive