diff --git a/lua/lsp.lua b/lua/lsp.lua index b38fe8f..10bf516 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -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, }