X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.sublime-project;h=db416d2007733abb3d3c84177a2f0c28b3638cb2;hb=f0acfadf8989bc416bde310f91c955c8a4bc4f98;hp=24db30311b340c8d78001f0fb705810ab77a8c38;hpb=6b87c54247050b019700b1d104bb3a9960d51afa;p=advent-of-code-22.git diff --git a/advent-of-code22.sublime-project b/advent-of-code22.sublime-project index 24db303..db416d2 100644 --- a/advent-of-code22.sublime-project +++ b/advent-of-code22.sublime-project @@ -2,7 +2,17 @@ "folders": [ { - "path": "." + "path": ".", } - ] + ], + "settings": + { + "LSP": + { + "haskell-language-server": + { + "enabled": true + } + } + }, }