mbromell
30aea007e0
Stop error message when using 'main' branch treesitter
2024-06-19 21:00:25 +01:00
aaf8135ba7
fix: remove hanging end
2024-05-20 08:17:52 +07:00
08e9ada208
feat!: overhaul the config setup
...
This deprecates the old setup layout
Closes https://github.com/PriceHiller/nvim-ts-autotag/issues/5
2024-05-20 08:17:52 +07:00
7a9843f469
fix: correctly attach to supported buffers
...
Closes https://github.com/PriceHiller/nvim-ts-autotag/issues/7
2024-05-20 08:17:52 +07:00
6e9742a006
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-20 08:17:52 +07:00
78845cad7a
refactor: remove useless/empty function
2024-05-20 08:17:52 +07:00
df93be4d2e
test: overhaul test setup and make
commands
2024-05-20 08:17:52 +07:00
6693ec17b6
style: format with stylua
2024-05-20 08:17:52 +07: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