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

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

Loading…
Cancel
Save