klen / nvim-test

A Neovim wrapper for running tests
MIT License
176 stars 26 forks source link

use lang_to_parser func from ts #17

Closed 616b2f closed 2 years ago

616b2f commented 2 years ago

found an better way to map from filetype to ts parser name, saw it in neogen plugin PR and thought that is much cleaner that way.

klen commented 2 years ago

@616b2f Thank you!