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.
callback
1 parent f2604d0 commit bc2d5faCopy full SHA for bc2d5fa
lua/astrolsp/config.lua
@@ -22,6 +22,7 @@
22
23
---@class AstroLSPAutocmd: vim.api.keyset.create_autocmd
24
---@field event string|string[] Event(s) that will trigger the handler
25
+--- @field callback? string|(fun(args:vim.api.keyset.create_autocmd.callback_args,client:vim.lsp.Client,bufnr:integer): boolean?)
26
27
---@class AstroLSPAutocmds
28
---@field cond AstroLSPCondition? condition for whether or not to create the auto commands during language server attachment
0 commit comments