diff options
Diffstat (limited to 'after/ftplugin')
-rw-r--r-- | after/ftplugin/cabal.vim | 8 | ||||
-rw-r--r-- | after/ftplugin/haskell.vim | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/after/ftplugin/cabal.vim b/after/ftplugin/cabal.vim deleted file mode 100644 index a4f042ba..00000000 --- a/after/ftplugin/cabal.vim +++ /dev/null @@ -1,8 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1 - -setlocal comments=s1fl:{-,mb:-,ex:-},:-- -setlocal formatoptions-=cro formatoptions+=j -setlocal iskeyword+=-,.,* -setlocal commentstring=--\ %s - -endif diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim deleted file mode 100644 index 387ffe71..00000000 --- a/after/ftplugin/haskell.vim +++ /dev/null @@ -1,7 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1 - -setlocal comments=s1fl:{-,mb:-,ex:-},:-- -setlocal formatoptions-=cro formatoptions+=j -setlocal iskeyword+=' - -endif |