[nvim] Swap vim-parinfer out for vim-sexp

This commit is contained in:
Alyxia Sother 2023-02-08 07:02:46 -05:00
parent 8ca33b0584
commit ff86bc9972
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c2f72e61dbb37d68c5a971f0675ed92341d3dcc7
Subproject commit 0e84eca02e65c51266aefbcce674e0cf3411277f

View File

@ -37,7 +37,7 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('lervag/vimtex')
call s:plug('stevearc/vim-arduino')
call s:plug('luke-gru/vim-riml')
call s:plug('bhurlow/vim-parinfer')
call s:plug('guns/vim-sexp')
call s:plug('vim-scripts/newlisp')
call s:plug('noahfrederick/vim-laravel') " dependencies {{{
call s:plug('noahfrederick/vim-composer')