We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa376a commit d627020Copy full SHA for d627020
lua/haskell-tools/lsp/init.lua
@@ -177,7 +177,7 @@ end
177
178
---Stop the LSP client.
179
---@param bufnr number|nil The buffer number (optional), defaults to the current buffer
180
----@return table[] clients A list of clients that will be stopped
+---@return vim.lsp.Client[] clients A list of clients that will be stopped
181
Hls.stop = function(bufnr)
182
bufnr = bufnr or vim.api.nvim_get_current_buf()
183
local LspHelpers = require('haskell-tools.lsp.helpers')
0 commit comments