nvim: after/ftplugin/haskell: Disable vim-matchup
This commit is contained in:
parent
6ba7646ad9
commit
7ef1a00db0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue