Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 677 Bytes

vim-hs-sort-imports

Sort Haskell import statements in Neovim the way I like.

Prerequisites

  • Neovim. Tested on 0.7.x.

Installation

I used to use vim-plug.

call plug#begin()
    Plug 'sjshuck/vim-hs-sort-imports'
call plug#end()

:PlugUpdate

But now I use packer.nvim, which is unmaintained—I intend to switch to lazy.nvim. Basically, consult your plugin manager's docs and install this plugin the normal way. 😐

Use

:HsSortImports

License

GPLv3+.

Copyright

2022–2023 S. Shuck