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' }
}
use {
'eraserhd/parinfer-rust',
run = 'cargo build --release',
'guns/vim-sexp',
'tpope/vim-sexp-mappings-for-regular-people',
ft = { 'fennel', 'racket', 'scheme' }
}
use 'wlangstroth/vim-racket'