We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is it possible to provide some config with additional separators? In Haskell we are using space as separator between function and argument, example:
add x y = x + y
atm if I'm trying to apply :SidewaysRight to x - it's not working