bhurlow / vim-parinfer

vim plugin to balance your parenthesis
MIT License
182 stars 18 forks source link

Add racket to autocmds #28

Open kasbah opened 8 years ago

bhurlow commented 7 years ago

@kasbah this will have to be modified slightly to reflect new mappings added with viml implementation

kasbah commented 7 years ago

Ok, any objection to also adding .smt2? While we are at it we should probably add (though I personally haven't used these):

bhurlow commented 7 years ago

@kasbah no objections, seems OK to me to add as many ft matches that parinfer will work with. Depends more on whether the parinfer library can support those different lisps, but I think Shaun has been working towards that goal. Go for it!

RhysU commented 6 years ago

The conflicts here are related to https://github.com/bhurlow/vim-parinfer/pull/55. It should be simple (i.e. fewer lines) to add these new extensions to the defaults after that change landed.