Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyperlang/vim-vyper
Vim syntax highlighting for the smart contract programming language Vyper
https://github.com/vyperlang/vim-vyper
Last synced: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:00:20.000Z (5 months ago)
- Last Synced: 2024-07-29T05:36:05.669Z (3 months ago)
- Language: Vim Script
- Homepage: https://github.com/vyperlang/vyper
- Size: 30.3 KB
- Stars: 25
- Watchers: 4
- Forks: 4
- 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`.