eraserhd / parinfer-rust

A Rust port of parinfer.
ISC License
546 stars 42 forks source link

Fennel support #122

Open bandithedoge opened 2 years ago

bandithedoge commented 2 years ago

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).

reo101 commented 2 years ago

+1, I'd also love to see support for Fennel

ingram1107 commented 2 years ago

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.