It offers objective-c square bracket completion, e.g.
foo bar -> [foo bar]
- Neovim
- Ruby and Neovim ruby client
Install neovim ruby client
gem install neovimUse a plugin manager (for example, Neobundle)
NeoBundle 'haifengkao/InsertLeftBracket.nvim'Or manually check out the repo and put the directory to your vim runtime path.
The parsing code is ported from TextMate objective-c bundle