From 67e31338296523955a465f4b5fe4302e365ae32f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 Sep 2021 18:47:19 +0100 Subject: Better Haskell syntax --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index c9bec0d..f7b3157 100644 --- a/vimrc +++ b/vimrc @@ -64,6 +64,7 @@ Plug 'tomtom/tcomment_vim' Plug 'https://tildegit.org/sloum/gemini-vim-syntax.git' Plug 'hrsh7th/vim-vsnip' Plug 'hrsh7th/vim-vsnip-integ' +Plug 'neovimhaskell/haskell-vim' " nvim 0.5.0 or later if has('nvim-0.5') @@ -185,5 +186,8 @@ set completeopt-=preview highlight link lscDiagnosticError GruvboxRedSign highlight link lscDiagnosticWarning GruvboxYellowSign +" haskell syntax +let g:haskell_classic_highlighting = 1 + " add you lsc_server_commands and lsc_auto_map locally -- cgit v1.2.3