sbruegel
sbruegel
Same since updating to nuxt 3.16.0 not sure if it is related to this issue in [nuxt](https://github.com/nuxt/scripts/issues/412)
Hey guys, just wondering what the status is on this PR? Is it planned to get this merged as there was no update since 4 month. Know it is still...
shouldn't there an treesitter entry for `vue` and `css` as well in the example? ```lua require('nvim-treesitter.configs').setup { ensure_installed = { 'vue', 'vim', 'lua', 'html', 'css' }, } ``` But i...