Commit Graph

2 Commits

Author SHA1 Message Date
a5ob7r 063262d93d Add lhaskell to allowlist of hie and hls 2022-06-22 15:25:15 +09:00
a5ob7r 354ce84d47 Add wrapper's configs for hie and hls
haskell-ide-engline(hie) and haskell-language-server(hls) are usually
called via their wrapper executables. However this plugin looks up
non-wrapper executables but not wrapper them in loading configurations,
so it doesn't load configs for hie and hls even if wrappers are
installed.

To resolve this, change command name which is used in loading configs
from non-wrappers to wrappers, and add configs for wrappers instead of
not-wrappers. And for compatibility, keep up loading user's non-wrapper
configs.
2022-06-22 15:25:15 +09:00