diff --git a/lua/haskell-tools/init.lua b/lua/haskell-tools/init.lua index a2a1ee97..4ef7e22b 100644 --- a/lua/haskell-tools/init.lua +++ b/lua/haskell-tools/init.lua @@ -12,7 +12,7 @@ ---@mod haskell-tools The haskell-tools module ----@class haskell-tools +---@class ht ---@field config HaskellToolsConfig? The configuration ---@field log HaskellToolsLogger? The logging module ---@field lsp HaskellToolsLspClient? The LSP module @@ -23,7 +23,7 @@ ---Entry-point into this plugin's public API. --- ----@type haskell-tools +---@type ht local ht = { config = nil, log = nil,