mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Swap vim-parinfer out for vim-sexp
This commit is contained in:
parent
8ca33b0584
commit
ff86bc9972
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue