We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9415a50 commit 1b284bdCopy full SHA for 1b284bd
lua/astrocommunity/pack/rust/init.lua
@@ -80,7 +80,7 @@ return {
80
},
81
{
82
"mrcjkb/rustaceanvim",
83
- version = vim.version().minor < 11 and "^5" or "^6",
+ version = vim.fn.has "nvim-0.11" == 1 and "^5" or "^6",
84
ft = "rust",
85
specs = {
86
0 commit comments