配置(点文件)
备忘单
~/.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
vim,emacs等的点文件。 像1998年一样乱砍!
随意复制和粘贴,派生,克隆或任何您喜欢的东西。
添加点文件(例如,从vim开始):
# make a backup of your original config(s) just in case
mv ~ /.vimrc ~ /.vimrc.back
mv ~ /.vim ~ /.vim.back
# clone the repo
git clone https://www.github.com/lbeckman314/dotfiles