vim: Remove redundant filetype settings

This commit is contained in:
Maurizio Porrato 2020-09-10 10:49:47 +01:00
parent cb6ec32641
commit b33de227e7
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
set nocompatible
set backspace=indent,eol,start
filetype on
filetype indent plugin on
syntax on
colorscheme elflord
@ -18,7 +17,6 @@ augroup ftprefs
autocmd FileType make set noexpandtab tabstop=8
autocmd FileType html,xhtml,css,xml,xslt set shiftwidth=2 softtabstop=2
augroup END
filetype indent on
set encoding=utf-8
set listchars=tab:▸\ ,eol
set nowrap autoindent