haskell syntax, and disabled shit

This commit is contained in:
Ellen 2022-12-14 14:35:02 +01:00
parent 92112c9d4d
commit 9aee740a7f

3
.vimrc
View file

@ -51,6 +51,9 @@ Plug 'tpope/vim-repeat'
" Ack.vim -- can use ag with this " Ack.vim -- can use ag with this
Plug 'mileszs/ack.vim' Plug 'mileszs/ack.vim'
" Haskell syntax
Plug 'neovimhaskell/haskell-vim'
call plug#end() call plug#end()
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line