Rm unnecessary syntax/filetype thing

I think this also fixed a bug with vim-airline being broken on
initial startup and with rainbow.
This commit is contained in:
Julian Ospald 2018-10-11 14:52:59 +08:00
parent 7efad8aba1
commit d32bc4751b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ setlocal ts=2 sw=2 expandtab
"set background=light
"set guifont=Neep\ Medium\ Semi-Condensed\ 18
syntax on
filetype plugin indent on
" tags
call CmdAlias('hasktags', '!hasktags -c .<CR>')