Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 349 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 349 Bytes

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