Remove unneded comma
This commit is contained in:
parent
6e53b7028d
commit
245105e8f3
|
@ -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…
Reference in New Issue