chore: better lazy trigger for crates.nvim
This commit is contained in:
parent
e4ba4be689
commit
287395d593
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"crates.nvim",
|
"crates.nvim",
|
||||||
filetypes = "*.toml",
|
event = "BufRead Cargo.toml",
|
||||||
after = function()
|
after = function()
|
||||||
require("crates").setup()
|
require("crates").setup()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue