From 26488153f04f3b2573fe897eaf11845897071268 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 28 Feb 2023 00:15:46 +0530 Subject: [PATCH] nvim: after/ftplugin/haskell: Remove old configuration We use cabal instead of stack these days and we dropped asyncdo more than a year ago. --- nvim/.config/nvim/after/ftplugin/haskell.vim | 8 -------- 1 file changed, 8 deletions(-) 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