vim: fix unused variable warning

This commit is contained in:
Fernando Schauenburg 2023-07-11 22:40:44 +02:00
parent 67e8098c2a
commit bd023605b9

View file

@ -27,7 +27,7 @@ local custom_server_opts = {
}
local custom_filetype_attach = {
cs = function(client, bufnr)
cs = function(client, _ --[[bufnr]])
client.server_capabilities.semanticTokensProvider = nil
end,
}