vim: fix unused variable warning
This commit is contained in:
parent
67e8098c2a
commit
bd023605b9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ local custom_server_opts = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local custom_filetype_attach = {
|
local custom_filetype_attach = {
|
||||||
cs = function(client, bufnr)
|
cs = function(client, _ --[[bufnr]])
|
||||||
client.server_capabilities.semanticTokensProvider = nil
|
client.server_capabilities.semanticTokensProvider = nil
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue