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
" Include user's local vim-plug config | |
if filereadable(expand("~/.vim/vim-plugrc")) | |
source ~/.vim/vim-plugrc | |
endif | |
" Use Vim defaults (much better!) | |
set nocompatible | |
" Enable 256 Support | |
set t_Co=256 |
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
@fitztrev really what to know how you did your prompt in the animated gif on the Shuttle project page. Didn't know how else to contact you to see how it was done. Please email me at [email protected]. | |
Thanks, | |
Dave |