8000 GitHub - thesis/vim-solidity: Syntax highlighting for Solidity in Vim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thesis/vim-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-solidity

Maintained syntax files for Solidity, the smart contract programming language for Ethereum.

Installation

Pathogen

Run the following command:

git clone https://github.com/thesis/vim-solidity.git ~/.vim/bundle/vim-solidity

Vundle

Add the following line to your ~/.vimrc:

Plugin 'thesis/vim-solidity'

Plug

Add the following line to your ~/.vimrc:

Plug 'thesis/vim-solidity', {'branch': 'main' }

No Plugin Manager

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

Configuration

augroup solidity_folding
    au!
    au FileType solidity setlocal foldmethod=syntax
augroup END

Will enable Solidity code-folding based on the included syntax file. This might have an impact on editing performance.

About

Syntax highlighting for Solidity in Vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13

0