Replies: 1 comment
-
Hey 👋 This looks like something that you will be more likely to find an answer for in the haskell-language-server discussions. It may be possible to pass GHC flags via the haskell-language-server command (The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use markdown-unlit as the default literate Haskell preprocessor for all standalone
.lhs
files. Is there a way to configure this Neovim plugin, so that it uses markdown-unlit by default?For example instead of the regular bird-style I would like to write files like this:
For this to work, I would probably have to pass
-pgmL markdown-unlit
to GHC, but I'm not sure how to do it via plugin settings.Beta Was this translation helpful? Give feedback.
All reactions