Sort Haskell import statements in Neovim the way I like.
- Neovim. Tested on 0.7.x.
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. 😐
:HsSortImports
GPLv3+.
2022–2023 S. Shuck