你在Mac下是怎么配置VIM的?

浏览:34日期:2023-07-23

问题描述

如题,你的VIM怎么配置的?用于写Python/Ruby/Shell等常用脚本。

问题解答

回答1:

就用了最最简单的配置~~么有装任何插件。命令行和gvim都用

syntax onset nocompatibleset numberset autoindentset smartindentset showmatchset hlsset incsearchset shiftwidth=4set ts=4set rulerset mousehideset mouse=vset encoding=utf-8set fileencodings=utf-8,chinese,latin-1set visualbellif has('gui_running')set cursorlinecolorscheme murphyset background=darkset guifont=YaHei Consolas Hybrid:h14highlight Cursorline guibg=grey15set guioptions-=Tset fileformat=unixset lines=49set columns=140set mouse=aendif回答2:

可以考虑我在 github 上的个 vimrc 配置文件 https://github.com/feelinglucky/vimrc

回答3:

spf13-vim 这个vim配置挺好的。。。

回答4:

yehuda的janus咯

相关文章: