From 744c04cb11012432711d2d23e199202c2b3854da Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:57:46 +0100 Subject: [PATCH] feat(nvim): update rustaceanvim --- nvim/lazy-lock.json | 2 +- nvim/lua/plugin/rustaceanvim.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 5aa3f0c3..48bfeea5 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -141,7 +141,7 @@ "rainbow-delimiters.nvim": { "branch": "master", "commit": "5f73b24aeb94f5274c218955573153c69ce4d1ee" }, "rainbow_csv": { "branch": "master", "commit": "3dbbfd7d17536aebfb80f571255548495574c32b" }, "registers.nvim": { "branch": "main", "commit": "17df665d3fd8995b69a1a434cb285a25ab22cc49" }, - "rustaceanvim": { "branch": "master", "commit": "047f9c9d8cd2861745eb9de6c1570ee0875aa795" }, + "rustaceanvim": { "branch": "master", "commit": "10e82ebf3a93a05b6686559789e59d8304d4c40c" }, "satellite.nvim": { "branch": "main", "commit": "dfc2b220f4969ebc49b0f2a94ab6faae240705bd" }, "schemastore.nvim": { "branch": "main", "commit": "28a6a50e5b7b963dc6a5d2defc40e158231a67ed" }, "scrapbox-vim": { "branch": "master", "commit": "3e5049b94d5d4c969e516b0f7cba15993bd35b9b" }, diff --git a/nvim/lua/plugin/rustaceanvim.lua b/nvim/lua/plugin/rustaceanvim.lua index 27941d0e..cdc0ee70 100644 --- a/nvim/lua/plugin/rustaceanvim.lua +++ b/nvim/lua/plugin/rustaceanvim.lua @@ -1,6 +1,6 @@ return { "mrcjkb/rustaceanvim", cond = not is_vscode(), - version = "^4", - ft = { "rust" }, + version = "^5", + lazy = false, }