Remove unneded comma

pull/857/head
Vladislav 1 year ago
parent 6e53b7028d
commit 245105e8f3
No known key found for this signature in database
GPG Key ID: 07A1CCBD643CA257

@ -1,9 +1,9 @@
return { return {
-- Managing crates.io dependencies -- -- Managing crates.io dependencies --
'saecki/crates.nvim', 'saecki/crates.nvim',
tag = 'stable', tag = 'stable',
event = { "BufRead Cargo.toml" }, event = { 'BufRead Cargo.toml' },
config = function() config = function()
require('crates').setup() require('crates').setup()
end, end,
}, }

Loading…
Cancel
Save