File tree 2 files changed +5
-0
lines changed
plugins/hls-hident-plugin/src/Ide/Plugin
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ packages:
31
31
./plugins/hls-gadt-plugin
32
32
./plugins/hls-hident-plugin
33
33
34
+ -- Can be removed when new release of HIndent is out
35
+ -- https://github.com/mihaimaruseac/hindent/issues/583#issuecomment-1158054210
34
36
source-repository-package
35
37
type : git
36
38
location : https://github.com/uhbif19/hindent.git
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ provider ide typ contents fp _opts = do
51
51
52
52
-- Copied from
53
53
-- https://github.com/mihaimaruseac/hindent/blob/master/src/main/Main.hs#L77
54
+ -- Can be removed with Path.Find and it dependences, once this issue got closed:
55
+ -- https://github.com/mihaimaruseac/hindent/issues/585
56
+
54
57
55
58
getHIndentConfig :: IO Config
56
59
getHIndentConfig = do
You can’t perform that action at this time.
0 commit comments