haskell-vim
haskell-vim copied to clipboard
Custom Haskell Vimscripts
Previously qualified names were matched like ``` Map.insert | | | | | +- keyword | +- operator +- type ``` Which is silly as those are not type nor...
While I know that the project name has “Neovim” in it, it would be beneficial to state explicitly whether this supports only Neovim or Vim8 also. There are not many...
As per the issue happening here with gruvbox: https://github.com/gruvbox-community/gruvbox/pull/87#issuecomment-762871866 The fact that the groups don't match means that themes will either look good with haskell-vim or with vim's out of...
List of possible unicode operators may not be complete but could be extended later when needed.
I think it's useful to be able to visually track function combinators like $ and . I'd like to make them bold in Haskell files, is there an option for...
Using the following nix overlay, I can't get this plugin to work: ``` # ~/.config/nixpkgs/overlays/test-nvim.nix self: super: let haskell-vim = super.fetchFromGitHub { owner = "neovimhaskell"; repo = "haskell-vim"; rev =...
When creating a new line underneath a case statement with `haskell_indent_case_alternate` set to 1, the line is indented to the default `shiftwidth` value, not the value set under `haskell_indent_case`. ```...
I'm using Vim 8.1 and installing the plugin via vim-plug. Using the plugin completely out of the box. When I load a `.lhs` file there doesn't seem to be any...
I've played with FiraCode and using unicode to make haskell a bit nicer to read and write. My opinion on that is that FiraCode really makes haskell more readable by...
I see in the README I can globally toggle indentation off. I'd like to just disable indention for `let` clauses. There's really no good assumption of what a user wants...