nvim: after/ftplugin/haskell: Remove old configuration
We use cabal instead of stack these days and we dropped asyncdo more than a year ago.
This commit is contained in:
parent
27d051e3dd
commit
26488153f0
1 changed files with 0 additions and 8 deletions
|
@ -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 <buffer> <LocalLeader>t :AsyncDo hasktags -x -c .<CR>
|
||||
nnoremap <buffer> <LocalLeader>h :AsyncDo hlint %<CR>
|
||||
|
||||
" Taken from https://github.com/danidiaz/miscellany/blob/master/linux/.vim/ftplugin/haskell/movements.vim
|
||||
" Next top-level type signature
|
||||
nnoremap <script> <silent> ]f /^\w[^:=$]*\(::\\|\n\s*::\)<CR>
|
||||
|
|
Loading…
Reference in a new issue