Deepak

Results 3 issues of Deepak

I discovered this while getting haskell-language-server set up. https://github.com/haskell/haskell-language-server/issues/3020 Original file ``` $ cat foo.hlint.hs foo :: [a] -> [a] foo = foldl (\xs x -> x : xs) []...

**Describe the solution you'd like** It would be nice to be able to specify the ligature set that's being used within a config. VSCode supports this through an ` "editor.fontLigatures"`...

enhancement

**Describe the option you'd like to add** I've been trying out the unicode functionality and I'd like the ability to choose which unicode glyphs are changed while formatting. If that's...