diff options
Diffstat (limited to 'lua/lspconfig/hls.lua')
| -rw-r--r-- | lua/lspconfig/hls.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/lspconfig/hls.lua b/lua/lspconfig/hls.lua index 0daeeb03..27bdac26 100644 --- a/lua/lspconfig/hls.lua +++ b/lua/lspconfig/hls.lua @@ -11,6 +11,13 @@ configs.hls = { formattingProvider = "ormolu"; }; }; + lspinfo = function (cfg) + -- return "specific" + if cfg.settings.languageServerHaskell.logFile or false then + return "logfile: "..cfg.settings.languageServerHaskell.logFile + end + return "" + end; }; docs = { |
