From 9aee740a7f648185af44c7c5d0fedb491b2e04f9 Mon Sep 17 00:00:00 2001 From: Ellen Date: Wed, 14 Dec 2022 14:35:02 +0100 Subject: [PATCH] haskell syntax, and disabled shit --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 103baf6..200945a 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,9 @@ Plug 'tpope/vim-repeat' " Ack.vim -- can use ag with this Plug 'mileszs/ack.vim' +" Haskell syntax +Plug 'neovimhaskell/haskell-vim' + call plug#end() " All of your Plugins must be added before the following line