🧹 chore(astral): inconsequential testing changes in astral plugin

This commit is contained in:
2024-08-02 09:26:51 -04:00
parent 4d8dc08a11
commit 7c856aaaa5
+3 -1
View File
@@ -1,4 +1,5 @@
return { return {
{
"rootiest/astral.nvim", "rootiest/astral.nvim",
version = "*", -- Pin to GitHub releases version = "*", -- Pin to GitHub releases
opts = { opts = {
@@ -11,5 +12,6 @@ return {
"default", "default",
}, },
}, },
--dev = true, -- dev = true, -- Use local codebase
},
} }