diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-09-04 18:47:19 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | 67e31338296523955a465f4b5fe4302e365ae32f (patch) | |
tree | 070bc8bd9ca1e04bef88bed89e7de6d6c8c532d2 | |
parent | ac97ff6b0b48455e1f39b063689cfdac46a0c8c6 (diff) | |
download | dotnvim-67e31338296523955a465f4b5fe4302e365ae32f.tar.gz dotnvim-67e31338296523955a465f4b5fe4302e365ae32f.zip |
Better Haskell syntax
-rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |