aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-09-04 18:47:19 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:30 +0100
commit67e31338296523955a465f4b5fe4302e365ae32f (patch)
tree070bc8bd9ca1e04bef88bed89e7de6d6c8c532d2
parentac97ff6b0b48455e1f39b063689cfdac46a0c8c6 (diff)
downloaddotnvim-67e31338296523955a465f4b5fe4302e365ae32f.tar.gz
dotnvim-67e31338296523955a465f4b5fe4302e365ae32f.zip
Better Haskell syntax
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
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