Skip to content

actonlang/vim-acton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-acton

Vim plugin for the Acton programming language, supporting:

  • syntax highlighting
  • smart indent

Install

Modify your configuration file:

  • Vim: ~/.vim
  • Neovim: ~/.config/nvim/init.vim

Using a plugin manager

vim-plug:

call plug#begin()

Plug 'actonlang/vim-acton'

call plug#end()

Vundle:

call vundle#begin()

Plugin 'actonlang/vim-acton'

call vundle#end()

Manual install

git clone https://github.com/actonlang/vim-acton.git
cd vim-acton
mkdir -p ~/.vim/pack/plugins/start
cp -r . ~/.vim/pack/plugins/start/vim-acton

About

Vim syntax highlighting for the Acton Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published