Remove PS1 config

This commit is contained in:
Anthony Rose 2024-07-23 09:41:52 +01:00
parent 1f785b1e17
commit 798027f4a9

3
vimrc
View file

@ -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=