nvim: after/ftplugin/haskell: Disable vim-matchup

This commit is contained in:
Sanchayan Maity 2024-05-11 21:20:42 +05:30
parent 6ba7646ad9
commit 7ef1a00db0
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -24,3 +24,6 @@ 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>
" Disable vim-matchup
autocmd! BufEnter <buffer> :NoMatchParen