nvim: plugins: Switch from parinfer to vim-sexp

This commit is contained in:
Sanchayan Maity 2021-03-10 18:36:19 +05:30
parent e8ef3a4ded
commit 05a87e36a8

View file

@ -142,8 +142,8 @@ local init = function ()
ft = { 'fennel', 'racket' } ft = { 'fennel', 'racket' }
} }
use { use {
'eraserhd/parinfer-rust', 'guns/vim-sexp',
run = 'cargo build --release', 'tpope/vim-sexp-mappings-for-regular-people',
ft = { 'fennel', 'racket', 'scheme' } ft = { 'fennel', 'racket', 'scheme' }
} }
use 'wlangstroth/vim-racket' use 'wlangstroth/vim-racket'