Open bandithedoge opened 2 years ago
+1, I'd also love to see support for Fennel
It is already supported since #63 tho. I'm currently using Neovim 0.7.0 with the following config:
require('packer').startup({
function()
use {
'eraserhd/parinfer-rust',
cmd = 'ParinferOn',
run = 'cargo build --release',
}
end
})
It should work after the execution of command ParinferOn
in fennel filetype.
Fennel is a Lisp that compiles straight to Lua that's been recently gaining a lot of attention especially in the Neovim community. Therefore I think parinfer-rust should support it as well (vim-parinfer already supports it).