Neovim Tree-sitter injections for Viset Lua capture files. It highlights the # viset TOML header and strings passed directly to viset.javascript.
- Neovim 0.12 or newer
- Tree-sitter parsers for
lua,toml, andjavascript
Install with your usual plugin manager; no setup call is needed. For example, with lazy.nvim:
{ "getviset/viset.nvim" }Run :checkhealth viset to check Neovim and parser availability. The plugin never installs or configures parsers.
viset init creates Lua capture files; install this plugin separately when you want their embedded TOML and JavaScript highlighted in Neovim.
MIT; see LICENSE.