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
d1e3278a45
commit
7f6a7364de
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
|
||||
local plugins = {
|
||||
"rose-pine/neovim.nvim",
|
||||
config = function()
|
||||
config = function()
|
||||
-- Add relevant Rosé Pine config below
|
||||
require("rose-pine").setup({})
|
||||
end
|
||||
require("rose-pine").setup({})
|
||||
end
|
||||
}
|
||||
require("lazy").setup(plugins, {
|
||||
root = root .. "/plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue