Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fennel support #122

Open
bandithedoge opened this issue Mar 27, 2022 · 2 comments
Open

Fennel support #122

bandithedoge opened this issue Mar 27, 2022 · 2 comments

Comments

@bandithedoge
Copy link

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
Copy link

reo101 commented Mar 31, 2022

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

@ingram1107
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants