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' }
|
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'
|
||||||
|
|
Loading…
Reference in a new issue