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 .')