vim-solidity icon indicating copy to clipboard operation
vim-solidity copied to clipboard

Vim syntax file for solidity

Results 22 vim-solidity issues
Sort by recently updated
recently updated
newest added

* `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...

![image](https://user-images.githubusercontent.com/33334338/152707915-b32e0e5a-2c74-4b79-aecb-f938417cfb50.png) 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