https://github.com/vyperlang/vim-vyper
Vim syntax highlighting for the smart contract programming language Vyper
https://github.com/vyperlang/vim-vyper
Last synced: about 1 year ago
JSON representation
Vim syntax highlighting for the smart contract programming language Vyper
- Host: GitHub
- URL: https://github.com/vyperlang/vim-vyper
- Owner: vyperlang
- License: mit
- Fork: true (jacqueswww/vim-vyper)
- Created: 2020-04-08T16:45:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T18:10:39.000Z (over 1 year ago)
- Last Synced: 2025-03-22T05:33:04.377Z (about 1 year ago)
- Language: Vim Script
- Homepage: https://github.com/vyperlang/vyper
- Size: 44.9 KB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- DeFi-Developer-Road-Map - Vim vyper
README
# vim-vyper
Vim/Neovim syntax highlighting for [Vyper](https://github.com/vyperlang/vyper),
the premeire Ethereum smart contracting language.
## Installation
### Pathogen
Run the following command:
```bash
git clone https://github.com/vyperlang/vim-vyper.git ~/.vim/bundle/vim-vyper
```
### Vundle
Add the following line to your `~/.vimrc`:
```vim
Plugin 'vyperlang/vim-vyper'
```
### Plug
Add the following line to your `~/.vimrc`:
```vim
Plug 'vyperlang/vim-vyper'
```
### No Plugin Manager
Copy all of the files manually into your `~/.vim`.