Skip to content

Instantly share code, notes, and snippets.

@hololeap
hololeap / hls-gen.console
Last active October 14, 2022 15:12
A working LSP configuration in kate. The haskell "settings" section was generated by `haskell-language-server generate-default-config`.
> haskell-language-server generate-default-config 2>&1
2022-10-14T15:06:34.447979Z | Info | No log file specified; using stderr.
2022-10-14T15:06:34.448942Z | Info | haskell-language-server version: 1.8.0.0 (GHC: 9.0.2) (PATH: /usr/bin/haskell-language-server)
2022-10-14T15:06:34.449637Z | Info | Directory: /mnt/development/git/gentoo-haskell/x11-terms/termonad
2022-10-14T15:06:34.450156Z | Info | Logging heap statistics every 60.00s
{
"haskell": {
"checkParents": "CheckOnSave",
"checkProject": true,