mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix repro: url error when adding import to LazyVim
This commit is contained in:
parent
50401d358b
commit
2b5fdb4285
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -75,7 +75,7 @@ body:
|
||||||
-- install plugins
|
-- install plugins
|
||||||
local plugins = {
|
local plugins = {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
"folke/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
-- add any other plugins here
|
-- add any other plugins here
|
||||||
}
|
}
|
||||||
require("lazy").setup(plugins, {
|
require("lazy").setup(plugins, {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue