Skip to content

Commit

Permalink
refactor: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 3, 2024
1 parent 08b59ed commit 4e7ef5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/blink/cmp/sources/lib/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local config = require('blink.cmp.config')
--- @field get_signature_help fun(context: blink.cmp.SignatureHelpContext, callback: fun(signature_help: lsp.SignatureHelp | nil))
--- @field cancel_signature_help fun()
---
--- @field reload fun(source?: string)
--- @field reload fun(provider?: string)
--- @field get_lsp_capabilities fun(override?: lsp.ClientCapabilities, include_nvim_defaults?: boolean): lsp.ClientCapabilities

--- @class blink.cmp.SourceCompletionsEvent
Expand Down
3 changes: 2 additions & 1 deletion lua/blink/cmp/sources/lsp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--- @class blink.cmp.Source
--- @type blink.cmp.Source
--- @diagnostic disable-next-line: missing-fields
local lsp = {}

function lsp.new() return setmetatable({}, { __index = lsp }) end
Expand Down

0 comments on commit 4e7ef5d

Please sign in to comment.