Re-enable haskell doc

This commit is contained in:
Julian Ospald 2018-06-15 19:40:09 +02:00
parent 2ed664cb27
commit a63673b783
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function! HaskellDocCurrentWord()
endfunction
" done by LSP now
" nmap <F7> :call HaskellDocCurrentWord()<CR><CR>
nmap <F7> :call HaskellDocCurrentWord()<CR><CR>
nmap <silent> <F3> :silent update <bar> HsimportModule<CR>
nmap <silent> <F4> :silent update <bar> HsimportSymbol<CR>