File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 33" *****************************************************************************
44" " Vim-PLug core
55" *****************************************************************************
6- if has (' vim_starting' )
7- set nocompatible " Be iMproved
8- endif
9-
106let vimplug_exists= expand (' {{.Config.BaseDir}}/autoload/plug.vim' )
117
128let g: vim_bootstrap_langs = " {{ range $key, $value := .Language}}{{if $key}},{{end}}{{$value}}{{end}}"
@@ -105,8 +101,6 @@ filetype plugin indent on
105101set encoding = utf- 8
106102set fileencoding = utf- 8
107103set 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
130124set ignorecase
131125set smartcase
132126
133- " " Directories for swp files
134- set nobackup
135- set noswapfile
136-
137127set fileformats = unix,dos,mac
138128
139129if exists (' $SHELL' )
You can’t perform that action at this time.
0 commit comments