diff --git a/nvim/.config/nvim/after/ftplugin/haskell.vim b/nvim/.config/nvim/after/ftplugin/haskell.vim index dc170d8..9e152bd 100644 --- a/nvim/.config/nvim/after/ftplugin/haskell.vim +++ b/nvim/.config/nvim/after/ftplugin/haskell.vim @@ -1,11 +1,3 @@ -" https://www.reddit.com/r/neovim/comments/es8wn7/haskell_makeprg_for_stack_build/ -" https://github.com/maxigit/vimrc/tree/2020/compiler -compiler stack -setlocal makeprg=stack\ build - -nnoremap t :AsyncDo hasktags -x -c . -nnoremap h :AsyncDo hlint % - " Taken from https://github.com/danidiaz/miscellany/blob/master/linux/.vim/ftplugin/haskell/movements.vim " Next top-level type signature nnoremap