vim-solidity
vim-solidity copied to clipboard
Vim syntax file for solidity
* `type` and `is` from [user defined value type definitions](https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.userDefinedValueTypeDefinition). * `from` and `as` from [import directives](https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.importDirective)
Doc comments are now properly formatted with `gq` and `J`. For example, on this input text: ``` /// one /// two ``` pressing `J` on the top line used to...
https://vi.stackexchange.com/q/9522
 When Using vim solidity I get this error. I'm new to vim and lsp so I was wondering if I could get some advice on how to proceed to...
I am unsure what else to try. [Here is my vimrc](https://github.com/jamiis/dotfiles/blob/master/vimrc). Notably I have `filetype plugin indent on` and ``` set rtp+=~/.vim/bundle/vim-colorschemes/ set t_Co=256 " note: using Atom terminal color...
Installation without any plugin manager using Vim 8 default plugin support.
You can find a maintained fork at https://github.com/thesis/vim-solidity
like in javascript