Fix warning
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ function P._setup_diagnostics()
|
||||
end
|
||||
end
|
||||
|
||||
function P.on_attach(client, bufnr)
|
||||
function P.on_attach(_, bufnr)
|
||||
-- Mappings.
|
||||
-- See `:help vim.lsp.*` for documentation on any of the below functions
|
||||
local opts = { buffer = bufnr, }
|
||||
|
||||
Reference in New Issue
Block a user