made crates only read Cargo.toml files

This commit is contained in:
2026-02-05 20:45:02 -05:00
parent 88dac757d6
commit 28f9c4f0c5

View File

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