Created
March 21, 2013 16:36
-
-
Save samflores/5214486 to your computer and use it in GitHub Desktop.
Esse é o meu arquivo .vimrc.
Esse script ~/bin/background_color é um shell script que retorna light ou dark. Isso deveria setar o background do Vim, mas quando inicio o vim não tá fazendo efeito. O que eu acho curioso é que se, depois de aberto, eu executar source ~/.vimrc, funciona
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let bg=system("~/bin/background_color") | |
| set background="".bg | |
| colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@samflores : fiquei curioso como é o
~/bin/background_color?