mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
fix typo in repro.lua
This commit is contained in:
parent
49eb777c8d
commit
548bfc14e6
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
|
@ -82,7 +82,7 @@ body:
|
||||||
-- install plugins
|
-- install plugins
|
||||||
local plugins = {
|
local plugins = {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
-- add any other pugins here
|
-- add any other plugins here
|
||||||
}
|
}
|
||||||
require("lazy").setup(plugins, {
|
require("lazy").setup(plugins, {
|
||||||
root = root .. "/plugins",
|
root = root .. "/plugins",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue