Skip to content

Commit 017f592

Browse files
authored
Merge pull request editor-bootstrap#307 from avelino/issue/306
Fix editor-bootstrap#306: remove 'wrong' configs
2 parents af5c28f + d725391 commit 017f592

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vim_template/vimrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"*****************************************************************************
44
"" Vim-PLug core
55
"*****************************************************************************
6-
if has('vim_starting')
7-
set nocompatible " Be iMproved
8-
endif
9-
106
let vimplug_exists=expand('{{.Config.BaseDir}}/autoload/plug.vim')
117

128
let g:vim_bootstrap_langs = "{{ range $key, $value := .Language}}{{if $key}},{{end}}{{$value}}{{end}}"
@@ -105,8 +101,6 @@ filetype plugin indent on
105101
set encoding=utf-8
106102
set fileencoding=utf-8
107103
set fileencodings=utf-8
108-
set bomb
109-
set binary
110104
{{if ne .Editor "nvim"}}set ttyfast{{end}}
111105

112106
"" Fix backspace indent
@@ -130,10 +124,6 @@ set incsearch
130124
set ignorecase
131125
set smartcase
132126

133-
"" Directories for swp files
134-
set nobackup
135-
set noswapfile
136-
137127
set fileformats=unix,dos,mac
138128

139129
if exists('$SHELL')

0 commit comments

Comments
 (0)