Update crates.nvim to use main branch
This commit is contained in:
parent
f02f751efb
commit
b4ed22609a
@ -5,7 +5,7 @@
|
||||
"cloak.nvim": { "branch": "main", "commit": "951b163e55ce7639eb320c450bde9283c4fe968b" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" },
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"crates.nvim": { "branch": "main", "commit": "8437522d12a8c523da2aee9db2979d070b2ecc33" },
|
||||
"crates.nvim": { "branch": "main", "commit": "387c10bb9bf59723f122a43b9f647a011b7d07a8" },
|
||||
"dressing.nvim": { "branch": "master", "commit": "42d767b04c50a6966c9633e3968bc65c0c2f2bfc" },
|
||||
"formatter.nvim": { "branch": "master", "commit": "cb4778b8432f1ae86dae4634c0b611cb269a4c2f" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "300a306da9973e81c2c06460f71fd7a079df1f36" },
|
||||
|
@ -1,6 +1,6 @@
|
||||
local spec = {
|
||||
"saecki/crates.nvim",
|
||||
tag = "v0.4.0",
|
||||
-- tag = "v0.4.0", -- non-main branches and tags lock up UI
|
||||
}
|
||||
|
||||
spec.dependencies = {
|
||||
|
Loading…
Reference in New Issue
Block a user