ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

Enable to format a tsx document #45

Closed akiletour closed 2 years ago

akiletour commented 2 years ago

Hi @ecosse3 :)

When I try to run the " cf" command, an error appears: CleanShot 2022-05-09 at 21 58 19

Any idea ?

ecosse3 commented 2 years ago

That's because your are not using the newest neovim nightly. They have changed the API.

akiletour commented 2 years ago

Thanks :)