Skip to content

Commit 7de1c54

Browse files
committed
test
1 parent f00a47b commit 7de1c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/core/global.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function global:load_variables()
99
self.is_wsl = vim.fn.has("wsl") == 1
1010
self.vim_path = realpath(vim.fn.stdpath("config"))
1111
self.cache_dir = realpath(vim.fn.stdpath("cache"))
12+
print(self.cache_dir)
1213
self.data_dir = string.format("%s/site/", realpath(vim.fn.stdpath("data")))
1314
self.modules_dir = self.vim_path .. "/modules"
1415
self.home = self.is_windows and vim.env.USERPROFILE or vim.env.HOME

0 commit comments

Comments
 (0)