Skip to content

Sort Haskell import statements in Neovim the way I like

License

Notifications You must be signed in to change notification settings

sjshuck/vim-hs-sort-imports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sort Haskell import statements in Neovim the way I like

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published