nvim: ftplugin: haskell: Enable classic highlighting for Haskell
Gives color separation in molokai between "instance" and "Typeclass Type". Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
95a31ad348
commit
55d3655ffe
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ nmap <buffer><silent> [[ :call JumpHaskellFunction(1)<CR>
|
|||
imap <buffer> ;; <ESC>:call MakeArrow(1)<CR>
|
||||
imap <buffer> ;: <ESC>:call MakeArrow(0)<CR>
|
||||
|
||||
let g:haskell_classic_highlighting = 1
|
||||
let g:haskell_enable_quantification = 1 " to enable highlighting of `forall`
|
||||
let g:haskell_enable_recursivedo = 1 " to enable highlighting of `mdo` and `rec`
|
||||
let g:haskell_enable_arrowsyntax = 1 " to enable highlighting of `proc`
|
||||
|
@ -34,7 +35,6 @@ let g:haskell_enable_typeroles = 1 " to enable highlighting of type roles
|
|||
let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static`
|
||||
let g:haskell_backpack = 1 " to enable highlighting of backpack keywords
|
||||
|
||||
let g:haskell_classic_highlighting = 0
|
||||
let g:haskell_indent_if = 3
|
||||
let g:haskell_indent_case = 2
|
||||
let g:haskell_indent_let = 4
|
||||
|
|
Loading…
Reference in a new issue