Skip to content

Commit 910ab3a

Browse files
committed
fix: more specific method type
1 parent 139dc04 commit 910ab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ require('lazy').setup({
574574

575575
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
576576
---@param client vim.lsp.Client
577-
---@param method vim.lsp.protocol.Method
577+
---@param method vim.lsp.protocol.Method.ClientToServer
578578
---@param bufnr? integer some lsp support methods only in specific files
579579
---@return boolean
580580
local function client_supports_method(client, method, bufnr)

0 commit comments

Comments
 (0)