Releases: webjsdev/webjs.nvim
Releases · webjsdev/webjs.nvim
Release list
v0.2.2
Bundled intellisense tracks custom prop attribute completions (#672).
The plugin vendors @webjsdev/intellisense, which now derives template attribute completions and hover from a reactive prop's custom attribute option (intellisense 0.5.3). The vendored copy was refreshed; this release ships it.
v0.2.1
v0.2.0
vtsls / LazyVim support: with_vtsls_plugin() wires @webjsdev/intellisense into vtsls (settings.vtsls.tsserver.globalPlugins), so LazyVim users get in-template intelligence with a one-line helper. README adds a LazyVim recipe; ts_ls still supported via with_tsserver_plugin(). (#405)