Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 552 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 552 Bytes

vim-vyper

Vim/Neovim syntax highlighting for Vyper, the premeire Ethereum smart contracting language.

Installation

Pathogen

Run the following command:

git clone https://github.com/vyperlang/vim-vyper.git ~/.vim/bundle/vim-vyper

Vundle

Add the following line to your ~/.vimrc:

Plugin 'vyperlang/vim-vyper'

Plug

Add the following line to your ~/.vimrc:

Plug 'vyperlang/vim-vyper'

No Plugin Manager

Copy all of the files manually into your ~/.vim.