소스 검색

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