diff --git a/neovim/lua/plugins/config/lsp.lua b/neovim/lua/plugins/config/lsp.lua index c1e499b..4f0b719 100644 --- a/neovim/lua/plugins/config/lsp.lua +++ b/neovim/lua/plugins/config/lsp.lua @@ -6,7 +6,7 @@ if not ok then return end -local custom_attach = function(client, bufnr) +local custom_attach = function(_, bufnr) local function buf_set_keymap(...) vim.api.nvim_buf_set_keymap(bufnr, ...) end