我所有的点文件
以前的.vimrc回购
您可能应该软链接所有配置文件。
如果要使用我拥有的字体,请使用Meslo LG S for Powerline Bold如果您不使用电力线字体,请注释或删除第134行, let g:airline_powerline_fonts = 1
如果您在Windows上使用PUTTY,请参阅pdalinis.blogspot.com/2013/08/putty-powerline.html
设置ZSH
哦,我的zsh: : 抗原: : (jDavis似
配置(点文件)
备忘单
~/.vimrc.local.loadbefore常用设置:
" To override the default plugins (list is in vim-plug style):
if !exists("plugins")
let plugins = []
endif
let plugins = plugins + [
\["these_plugins_will/override_the_defaults