Skip to content

Commit

Permalink
fix(rustaceanvim): use init for its config (#1231)
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
  • Loading branch information
Jint-lzxy authored and CharlesChiuGit committed Apr 22, 2024
1 parent 6883089 commit 54f0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/plugins/lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lang["mrcjkb/rustaceanvim"] = {
lazy = true,
ft = "rust",
version = "^3",
config = require("lang.rust"),
init = require("lang.rust"),
dependencies = { "nvim-lua/plenary.nvim" },
}
lang["Saecki/crates.nvim"] = {
Expand Down

0 comments on commit 54f0997

Please sign in to comment.