nvim: added auto-pairs plugin

This commit is contained in:
dogeystamp 2023-05-13 12:20:02 -04:00
parent 849e25b6f1
commit 4f4214fc12
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -263,10 +263,16 @@ if $SYSTEM_PROFILE == "DEFAULT"
let g:ackprg = 'rg --vimgrep --smart-case'
endif
" URL motions
Plug 'axieax/urlview.nvim'
" fancy motions
Plug 'ggandor/leap.nvim'
" bracket closing
Plug 'jiangmiao/auto-pairs'
let g:AutoPairsShortcutToggle = "@@"
call plug#end()
if $SYSTEM_PROFILE == "DEFAULT"