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

feat: expose notification options #10

Closed mawkler closed 1 year ago

mawkler commented 1 year ago

Exposes notification options. I also added hide_from_history by default, which fixes #2

dmmulroy commented 1 year ago

Awesome, thanks for another contribution 🥳 I'll take a look at this after work. I want to spend a little bit of time thinking about the API of the configuration struct.

mawkler commented 1 year ago

@dmmulroy Thanks for the feedback! If you want to you can go ahead and apply all those fixes to the PR, otherwise I'll see when I get the time to go through them myself 🙂