GitXplorerGitXplorer
m

hlint-refactor-vim

public
10 stars
3 forks
2 issues

Commits

List of commits on branch master.
Unverified
fffb044ecef854a82c5c2efda252e09044ba03e0

Merge pull request #3 from cytb/issue_2

mmpickering committed 9 years ago
Unverified
bdb4f2bb1de756e9522d76e98e89c16edeff47b1

mpickering/hlint-refactor-vim#2 disable default keybindings by user-config.

committed 9 years ago
Unverified
c933f76695b1839ad427eaaefc1eb459ab2f2c6f

Update README

mmpickering committed 9 years ago
Unverified
5013462dcec893f143e81a0d53a750d18f33d965

initial commit

mmpickering committed 9 years ago

README

The README file for this repository.

A simple vim plugin which adds bindings for hlint's --refactor option.

More information can be found here.

Bindings

  • to - Apply one hint at cursor position
  • ta - Apply all suggestions in the file

If you don't need it, add to .vimrc.

let g:hlintRefactor#disableDefaultKeybindings = 1