nvim: added auto-pairs plugin
This commit is contained in:
parent
849e25b6f1
commit
4f4214fc12
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user