Revert "nvim: after/ftplugin/haskell: Update tags on file save"

This reverts commit 6f78a23ab3.
This commit is contained in:
Sanchayan Maity 2024-05-11 20:30:57 +05:30
parent 1ad22652cb
commit 6ba7646ad9
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -24,6 +24,3 @@ nnoremap <script> <silent> [M gg/^\s*)\s*where\s*$<CR>zb<CR>
nnoremap <script> <silent> ]n /^-- \$\w\+<CR>z<CR>
" Previous named chunk of documentation
nnoremap <script> <silent> [n ?^-- \$\w\+<CR>z<CR>
" Update tags. Relies on fish-shell alias `fasttags` to `fast-tags`.
autocmd! BufWritePost <buffer> silent !fasttags %