fix: more specific `method` type

This commit is contained in:
Maria José Solano 2025-10-05 19:04:23 -07:00
parent 139dc04a91
commit 910ab3a14d
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ require('lazy').setup({
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10) -- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
---@param client vim.lsp.Client ---@param client vim.lsp.Client
---@param method vim.lsp.protocol.Method ---@param method vim.lsp.protocol.Method.ClientToServer
---@param bufnr? integer some lsp support methods only in specific files ---@param bufnr? integer some lsp support methods only in specific files
---@return boolean ---@return boolean
local function client_supports_method(client, method, bufnr) local function client_supports_method(client, method, bufnr)