Vim/Neovim syntax highlighting for Vyper, the premeire Ethereum smart contracting language.
Run the following command:
git clone https://github.com/vyperlang/vim-vyper.git ~/.vim/bundle/vim-vyper
Add the following line to your ~/.vimrc
:
Plugin 'vyperlang/vim-vyper'
Add the following line to your ~/.vimrc
:
Plug 'vyperlang/vim-vyper'
Copy all of the files manually into your ~/.vim
.