From d32bc4751be7b16214ba507d2cb8d054b004e7c6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 11 Oct 2018 14:52:59 +0800 Subject: [PATCH] Rm unnecessary syntax/filetype thing I think this also fixed a bug with vim-airline being broken on initial startup and with rainbow. --- after/ftplugin/haskell.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index fcb0b4e..318dbd3 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -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 .')