mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
16 lines
313 B
VimL
16 lines
313 B
VimL
set packpath-=~/.vim packpath-=~/.vim/after
|
|
set packpath-=~/.config/nvim packpath-=~/.config/nvim/after
|
|
let &rtp = '../../..,' . &rtp
|
|
let &rtp = &rtp . ',../../../after'
|
|
|
|
filetype plugin indent on
|
|
syntax enable
|
|
|
|
set notimeout
|
|
|
|
let g:matchup_override_vimtex = 1
|
|
|
|
runtime! plugin/matchup.vim
|
|
|
|
nnoremap q :qall!<cr>
|