mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(mini): dont use version for indentscope and starter for now till 0.7.0 is released
This commit is contained in:
parent
5959734895
commit
4f0287793d
2 changed files with 6 additions and 4 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue