VIM新手福利,配置向

今天搜索VIM配置的时候,搜到一个神器
https://github.com/amix/vimrc

The Ultimate vimrc
Over the last 10 years, I have used and tweaked Vim. This configuration is the ultimate vimrc (or at least my version of it).

开袋即食
windows 用户,windows用户,因为用linux的都是大神,这里就不赘述了

安装git客户端 https://gitforwindows.org/
bash界面分别执行

git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

下载字体https://github.com/IBM/plex/releases
\.vim_runtime目录新增my_configs.vim 文件 来配置你的个人配置,比如像我觉得默认配置的字体太大了,我这里需要调小一点,到vim_runtime\vimrcs目录下面找到extended.vim文件,复制里面相应配置的行,到 my_configs.vim 中,然后修改参数就可以了。我就只加了这一行”

set gfn=IBM\ Plex\ Mono:h10,Source\ Code\ Pro:h8,Bitstream\ Vera\ Sans\ Mono:h7

转载于:https://www.cnblogs.com/hicolin/p/9876189.html