GitHub - mpickering/hlint-refactor-vim (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Repository files navigation
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 positionta
- Apply all suggestions in the file
If you don't need it, add to .vimrc.
let g:hlintRefactor#disableDefaultKeybindings = 1