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.
method
1 parent 139dc04 commit 910ab3aCopy full SHA for 910ab3a
init.lua
@@ -574,7 +574,7 @@ require('lazy').setup({
574
575
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
576
---@param client vim.lsp.Client
577
- ---@param method vim.lsp.protocol.Method
+ ---@param method vim.lsp.protocol.Method.ClientToServer
578
---@param bufnr? integer some lsp support methods only in specific files
579
---@return boolean
580
local function client_supports_method(client, method, bufnr)
0 commit comments