chore: update lsp.lua after stash pop

This commit is contained in:
Dan Anglin 2022-11-23 13:35:05 +00:00
parent fd22fa9f72
commit 4a5a972a90
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -6,7 +6,7 @@ if not ok then
return return
end end
local custom_attach = function(client, bufnr) local custom_attach = function(_, bufnr)
local function buf_set_keymap(...) local function buf_set_keymap(...)
vim.api.nvim_buf_set_keymap(bufnr, ...) vim.api.nvim_buf_set_keymap(bufnr, ...)
end end