Meow Honk
Meow Honk
Using `tests/minimal_init.lua` on `test.html`:  Renaming from outer to inner:  Renaming from inner to outer: 
Seems like https://github.com/windwp/nvim-ts-autotag/issues/190 is related?
> Should I just comment the snippets here or fork it and pr with the partial implementation in a new file? What's your preferred way to receive the code? It's...
I haven't tested anything, but I think SFC frameworks like vue/svelte all use treesitter HTML grammar so this should work for everyone. Btw I think you can just use `vim.print(...)`...
@MNThomson @ThePrimeagen Can we get a release created so Mason will pick up this fix?
> Unfortunately only @ThePrimeagen has the ability to release a new version... Nice so never?
Interesting. I will take a look at this.
It looks like when you do `:set nobuflisted | set buflisted` it triggers the `BufDelete` event. I have tried checking if the buffer was actually deleted using `nvim_buf_is_valid` and `nvim_buf_is_loaded`,...
Can you try with `fix/53-no_detach_when_nobuflisted` branch? Since `:set nobuflisted` triggers the `BufDelete` event, I added checks to see if the buffer was valid and loaded. From my little testing, I...
Yeah I see the color names returned from `vim.api.nvim_get_color_map()` are the xterm color names. It would be easy to support `colorNNN` or `colourNNN` via a lookup table like how the...