fix(mini): dont use version for indentscope and starter for now till 0.7.0 is released

This commit is contained in:
Folke Lemaitre 2023-01-05 11:28:54 +01:00
parent 5959734895
commit 4f0287793d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 6 additions and 4 deletions

View file

@ -93,6 +93,7 @@ return {
-- active indent guide and indent text objects
{
"echasnovski/mini.indentscope",
version = false, -- wait till new 0.7.0 release to put it back on semver
event = "BufReadPre",
config = function()
vim.api.nvim_create_autocmd("FileType", {
@ -141,6 +142,7 @@ return {
{
"echasnovski/mini.starter",
enabled = false,
version = false, -- wait till new 0.7.0 release to put it back on semver
event = "VimEnter",
config = function()
local logo = table.concat({