Remove PS1 config
This commit is contained in:
parent
1f785b1e17
commit
798027f4a9
1 changed files with 0 additions and 3 deletions
3
vimrc
3
vimrc
|
@ -227,9 +227,6 @@ if has('gui_running')
|
|||
endif
|
||||
|
||||
if has('autocmd')
|
||||
if has('unix')
|
||||
autocmd BufWrite *.ps1 setl ff=unix
|
||||
endif
|
||||
autocmd BufRead,BufNewFile * set omnifunc=syntaxcomplete#Complete
|
||||
autocmd BufRead,BufNewFile *.go set noet sw=8 ts=8
|
||||
autocmd BufRead,BufNewFile *.html set et sw=2 indk=
|
||||
|
|
Loading…
Reference in a new issue