revamp dirs

This commit is contained in:
Barrett Ruth 2025-09-18 20:00:24 -04:00
parent 2e1280e17c
commit 228b088bf7
3 changed files with 7 additions and 22 deletions

View file

@ -1,4 +0,0 @@
vim.env.XDG_CONFIG_HOME = vim.fn.getcwd() .. "/.tests/xdg/config"
vim.env.XDG_DATA_HOME = vim.fn.getcwd() .. "/.tests/xdg/data"
vim.env.XDG_STATE_HOME = vim.fn.getcwd() .. "/.tests/xdg/state"
vim.opt.runtimepath:append(vim.fn.getcwd())