nvim-treesitter / completion-treesitter

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

fix(query): protect against unset buffer variables #7

Closed steelsojka closed 4 years ago

steelsojka commented 4 years ago

This was throwing an error on HTML files for me.

steelsojka commented 4 years ago

This also happened because I set my default source to 'ts' even if there is no treesitter specific filetype, which is a valid use case imo.