缩进设置最常用的是:
:filetype indent on
它将开启针对文件具体类型的缩进。
下面的选项需要在命令模式下用 set设置的选项的含义。使用方法如:
set ci       # 开启cindent
set noet     # 关闭expandtab
set sw=4     # shiftwidth=4