chore: update templates

This commit is contained in:
Folke Lemaitre
2023-03-19 20:36:42 +01:00
parent 9d4d6d1214
commit f48d402a16
2 changed files with 8 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ body:
required: true
- label: I have searched the existing issues of tokyonight.nvim
required: true
- label: I have searched the exsiting issues of plugins related to this issue
- label: I have searched the existing issues of plugins related to this issue
required: true
- type: input
attributes:
@@ -59,6 +59,7 @@ body:
value: |
-- DO NOT change the paths and don't remove the colorscheme
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[("XDG_%s_HOME"):format(name:upper())] = root .. "/" .. name