diff --git a/vim/.vimrc b/vim/.vimrc index 3389167..ee4e8d2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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