nvim: plugins: Switch from parinfer to vim-sexp
This commit is contained in:
parent
e8ef3a4ded
commit
05a87e36a8
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue