Simple plugin that provides CHIP-8 language support for vim and neovim.
The plugin should work with Vim/NeoVim's native plugin manager out of the box. You should be able to configure the plugin under unix-like systems like that:
cd ~/.vim/pack/plugins/start && git clone https://github.com/FrederikTobner/chip8.vim
You can quickly install the plugin using plug by adding the following line to your Vim or NeoVim configuration file plugin section
Plug 'FrederikTobner/CHIP8.vim'
and then run PlugInstall
.
Typing the command :Chip8Run
interprets the current script.