You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazy should sync the plugins and not throw an error.
Thank you for all the good work that you put in to Lazy ;-)
Repro
-- DO NOT change the paths and don't remove the colorschemelocalroot=vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .reprofor_, nameinipairs({ "config", "data", "state", "cache" }) dovim.env[("XDG_%s_HOME"):format(name:upper())] =root.."/" ..nameend-- bootstrap lazylocallazypath=root.."/plugins/lazy.nvim"ifnotvim.loop.fs_stat(lazypath) thenvim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", lazypath, })
endvim.opt.runtimepath:prepend(lazypath)
-- install pluginslocalplugins= {
"folke/tokyonight.nvim",
-- add any other plugins here
}
require("lazy").setup(plugins, {
root=root.."/plugins",
})
vim.cmd.colorscheme("tokyonight")
-- add anything else here
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.9.0
Operating system/version
MacOS 13.3.1(a)
Describe the bug
{
line = { <1>{
hl = {
virt_text = { { "─────────────────────────────────────────────────────────────────────────────────────────────", "LazyProgressDone" } },
virt_text_win_col = 2
},
str = ""
}, {
hl = {
virt_text = { { "─────────────────────", "LazyProgressTodo" } },
virt_text_win_col = 95
},
str = ""
} },
segment = <table 1>
}
Steps To Reproduce
Expected Behavior
Lazy should sync the plugins and not throw an error.
Thank you for all the good work that you put in to Lazy ;-)
Repro
The text was updated successfully, but these errors were encountered: