Supercharge your Vie experience in Neovim!
vim.pack.add{ 'https://github.com/vietmpl/vie.nvim' }Requires
nvim-treesitterto be installed.
This plugin provides syntax highlighting for .vie files. If the filename
includes a subextension (for example, schema.yml.vie), Vie syntax will be
injected into the base file's syntax.
Once the plugin is loaded, you can install the Tree-sitter parser with:
require("nvim-treesitter").install({"vie"})