GitXplorerGitXplorer
m

hlint-refactor-vim

public
10 stars
3 forks
2 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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