Skip to content

haifengkao/InsertLeftBracket.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

automatically insert left square bracket for objective-c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages