Fix warning

This commit is contained in:
2023-09-25 16:16:11 +02:00
parent 0f5af480d7
commit 531df4d15c
+1 -1
View File
@@ -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, }