vyperlang / vim-vyper

Vim syntax highlighting for the smart contract programming language Vyper

Home Page:https://github.com/vyperlang/vyper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vim syntax highlighting for the smart contract programming language Vyper

https://github.com/vyperlang/vyper

License:MIT License


Languages

Language:Vim Script 100.0%