a14fc79546
fix: correctly attach to supported buffers
...
Closes https://github.com/PriceHiller/nvim-ts-autotag/issues/7
2024-05-19 07:02:56 -05:00
ea02d622c3
feat!: remove hard dependency on nvim-treesitter
...
This has deprecated `nvim-treesitter` setup. It has *not* been removed
yet.
I intend to tag the previous commit to this as `0.1.0` and then fully
remove `nvim-treesitter` setup support in `1.0.0` -- a breaking change.
TODO: We *must* have a way of detaching the plugin for a given buffer or even globally. Currently the plugin does not have it's own capabilities to do so.
2024-05-19 07:02:34 -05:00
6c8f07b102
refactor: remove useless/empty function
2024-05-19 07:02:10 -05:00
ee56a21770
test: overhaul test setup and make
commands
2024-05-19 07:01:20 -05:00
4466bdcfeb
style: format with stylua
2024-05-19 07:01:00 -05:00
Folke Lemaitre
aeb7090098
feat: remove dependency on nvim-treesitter
. Needed for nvim-treesitter
rewrite. Requires Neovim >= 0.9.4 ( #171 )
2024-05-18 20:18:45 +07:00
Karl Wang
5bbdfdaa30
Detach the currently effective buffer number
2022-02-06 22:20:39 +07:00
windwp
07e607f0a9
fix svelte bug
2021-05-08 07:34:31 +07:00
windwp
bad9525f0b
refactor to ts module
2021-03-10 13:09:41 +07:00
windwp
3662cba503
move file to use in treesitter module
2021-03-10 12:26:30 +07:00
windwp
f0265b2f6e
fix: jsx #3
2021-03-10 12:05:05 +07:00
windwp
e623320172
refactor use option on func
2021-03-10 12:05:05 +07:00
windwp
f4417a71f5
fix vue file and improve tsx
2021-03-10 12:05:05 +07:00
windwp
5bd6b70563
improve a bit
2021-03-10 12:05:05 +07:00
windwp
77647177ae
add autorename
2021-03-08 21:14:32 +07:00