Skip to content

vietmpl/vie.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vie.nvim

icon

Supercharge your Vie experience in Neovim!

Install

vim.pack.add{ 'https://github.com/vietmpl/vie.nvim' }

Syntax highlighting

Requires nvim-treesitter to 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"})

About

Supercharge your Vie experience in Neovim.

Resources

License

Stars

Watchers

Forks