Skip to content

FrederikTobner/chip8.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP8.vim

Simple plugin that provides CHIP-8 language support for vim and neovim.

Syntax Highlighting

Installation

Using Git

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

Using Plug

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.

Usage

Typing the command :Chip8Run interprets the current script.

About

Provides CHIP-8 language support for vim and neovim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published