shell script语法高亮和自动缩进的配置

编辑/etc/vimrc文件,在文件末尾添加以下内容:

 66 syntax on
 67 set tabstop=4
 68 set softtabstop=4
 69 set shiftwidth=4
 70 set autoindent
 71 set nu
 72 
 73 set nocompatible
 74 filetype plugin indent on
技术分享

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。