From 7ce513bf0dbf308e25bfe1c190a5a1b43b2b8401 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 18 Aug 2021 14:30:17 +0200 Subject: [PATCH] add haskell --- vim/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 9d15259..90223fd 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -2,6 +2,7 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") call plug#begin('~/.vim/plugged') Plug 'mrckndt/vim-colors-solarized' Plug 'mhinz/vim-signify' + Plug 'neovimhaskell/haskell-vim' call plug#end() colorscheme solarized @@ -10,7 +11,7 @@ endif filetype plugin indent on -let g:markdown_fenced_languages = ['python', 'bash=sh', 'go', 'c', 'cpp', 'yaml', 'json', 'sql'] +let g:markdown_fenced_languages = ['python', 'bash=sh', 'go', 'c', 'cpp', 'yaml', 'json', 'sql', 'haskell'] set autoindent set autoread