mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ci: fix template formatting
This commit is contained in:
parent
c89d336f5a
commit
02604c92b9
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -64,10 +64,10 @@ body:
|
||||||
-- Install plugins
|
-- Install plugins
|
||||||
local plugins = {
|
local plugins = {
|
||||||
"rose-pine/neovim.nvim",
|
"rose-pine/neovim.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
-- Add relevant Rosé Pine config below
|
-- Add relevant Rosé Pine config below
|
||||||
require("rose-pine").setup({})
|
require("rose-pine").setup({})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
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