浏览代码

Remove redundant initial config

DricomDragon 5 年之前
父节点
当前提交
88d45908f4
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Install/Templates/vimrc

+ 0 - 4
Install/Templates/vimrc

@@ -1,7 +1,3 @@
-syntax on
-set autoindent
-set incsearch
-
 " When started as "evim", evim.vim will already have done these settings.
 if v:progname =~? "evim"
   finish