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'
|
let g:ackprg = 'rg --vimgrep --smart-case'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" URL motions
|
||||||
Plug 'axieax/urlview.nvim'
|
Plug 'axieax/urlview.nvim'
|
||||||
|
|
||||||
|
" fancy motions
|
||||||
Plug 'ggandor/leap.nvim'
|
Plug 'ggandor/leap.nvim'
|
||||||
|
|
||||||
|
" bracket closing
|
||||||
|
Plug 'jiangmiao/auto-pairs'
|
||||||
|
let g:AutoPairsShortcutToggle = "@@"
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
if $SYSTEM_PROFILE == "DEFAULT"
|
if $SYSTEM_PROFILE == "DEFAULT"
|
||||||
|
Loading…
Reference in New Issue
Block a user