made crates only read Cargo.toml files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
'saecki/crates.nvim',
|
||||
tag = 'stable',
|
||||
event = { "BufRead Cargo.toml" },
|
||||
config = function()
|
||||
require('crates').setup()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user