My personal Vim configuration.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
113 B

  1. filetype plugin indent on
  2. set nu
  3. set hls
  4. set si
  5. " Indentation
  6. set expandtab
  7. set shiftwidth=4
  8. set softtabstop=4