Skip to content

huseynaghayev/seal.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seal.vim

Seal syntax plugin for Vim

Installation

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

Contributing

Pull requests are welcome.

About

Seal syntax plugin for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors