diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index f9b0ee2..113c4b2 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -33,7 +33,7 @@ function! HaskellDocCurrentWord() endfunction " done by LSP now -" nmap :call HaskellDocCurrentWord() +nmap :call HaskellDocCurrentWord() nmap :silent update HsimportModule nmap :silent update HsimportSymbol