Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 770 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 770 Bytes

vim-soul

This is Vim syntax-highlighting plugin for the SOUL programming language. Since SOUL is in beta the syntax is a bit of a moving target, so don't be afraid to submit issues if you notice something is off.

Installation

If you're unfamiliar with Vim, consider using something like vim-plug to maintain your plugins:

  1. Add the following to your .vimrc:
Plug 'gmoe/vim-soul'
  1. Restart vim and execute :PlugInstall to automatically download and install this plugin.

Or consider using Vim 8's native plugin manager and clone this repo into your bundle.