aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-22 22:39:37 +0100
committerpml68 <contact@pml68.dev>2025-02-22 22:39:37 +0100
commitd30fa59390abd17cd4c4fd2b848b50f613e7b8d5 (patch)
tree0dc1d891d1b1e4bef7875ac947c26a6c97fb711d
parentfeat: lock saecki/crates.nvim to latest commit, enable cmp completion (diff)
downloadnvim-d30fa59390abd17cd4c4fd2b848b50f613e7b8d5.tar.gz
feat: switch back to stable tag for `saecki/crates.nvim`
-rw-r--r--lua/pml68/plugins/lang-specific.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua
index 0710353..4033e31 100644
--- a/lua/pml68/plugins/lang-specific.lua
+++ b/lua/pml68/plugins/lang-specific.lua
@@ -27,7 +27,7 @@ return {
},
{
"saecki/crates.nvim",
- commit = "72644e516866e343b711203a977750e4e9fe38cc",
+ tag = "stable",
dependencies = "hrsh7th/nvim-cmp",
event = { "BufRead Cargo.toml" },
config = function()