nvim-treesitter / completion-treesitter

Treesitter source for completion-nvim and more
161 stars 5 forks source link

fix(utils): check for empty filetype on parser detection #8

Closed steelsojka closed 4 years ago

steelsojka commented 4 years ago

I was getting this error when open terminal buffers that triggered the highlight auto command.

vsp term://npm run test:scoped -- --pattern someFile.ts

Screen Shot 2020-06-19 at 10 59 50 AM

This fixed it.

steelsojka commented 4 years ago

I'm gonna close this in favor of #9