Seal syntax plugin for Vim
For packer.nvim, add this to the packer startup function:
use('huseynaghayev/seal.vim')For lazy.nvim, add this to the init.lua file:
require("lazy").setup({
{'huseynaghayev/seal.vim', lazy = false}
})For Vim, run this:
git clone https://github.com/huseynaghayev/seal.vim ~/.vim/pack/seal/start/seal.vim
Pull requests are welcome.