Home

Awesome

InsertLeftBracket.nvim

It offers objective-c square bracket completion, e.g. foo bar -> [foo bar]

Prerequites

Installation

Install Prerequites

Install neovim ruby client

gem install neovim

Install InsertLeftBracket

Use 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.

Acknowledgement

The parsing code is ported from TextMate objective-c bundle