Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: generate vim help docs #103

Merged
merged 23 commits into from
Jan 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(lua): rename ht class
  • Loading branch information
mrcjkb committed Jan 15, 2023
commit cbf90bc8166722ee58172f5ff929db46a4f42937
4 changes: 2 additions & 2 deletions lua/haskell-tools/init.lua
Original file line number Diff line number Diff line change
@@ -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,