neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

errors apear in vim-fugitive files after using `:Gdiffsplit` #395

Closed buschco closed 1 year ago

buschco commented 1 year ago
  1. Open a ts file with no errors
  2. execute :Gdiffsplit
  3. see errors in the diff file (even if there are no changes)

What are my options to prevent this?

image
buschco commented 1 year ago

Thanks you works like a charm!