dmmulroy / tsc.nvim

A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
MIT License
403 stars 21 forks source link

suggestion -- prettier.nvim and eslint.nvim #33

Closed snoblenet closed 11 months ago

snoblenet commented 1 year ago

Awesome work. Have you considered doing the same for prettier and eslint? Especially if their quickfix listings can be interleaved.

dmmulroy commented 1 year ago

I actually have thought about this quite a bit, I'd love to make a plugin with a plugin system that could use other lsps, formatters, or really any process. Time is the barrier for me haha I want to get better-ts-errors.nvim and create-melange-app (https://github.com/dmmulroy/create-melange-app) shipped first, but after that maybe something like this could be fun.