Skip to content

Commit

Permalink
docs: use correct @param notation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 19, 2024
1 parent f850c39 commit bcccfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrolsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ M.attached_clients = {}

local function lsp_event(name) vim.api.nvim_exec_autocmds("User", { pattern = "AstroLsp" .. name, modeline = false }) end

---@param cond AstroLSPCondition?
---@param cond? AstroLSPCondition
---@param client vim.lsp.Client
---@param bufnr integer
local function check_cond(cond, client, bufnr)
Expand Down

0 comments on commit bcccfff

Please sign in to comment.