We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00a47b commit 7de1c54Copy full SHA for 7de1c54
lua/core/global.lua
@@ -9,6 +9,7 @@ function global:load_variables()
9
self.is_wsl = vim.fn.has("wsl") == 1
10
self.vim_path = realpath(vim.fn.stdpath("config"))
11
self.cache_dir = realpath(vim.fn.stdpath("cache"))
12
+ print(self.cache_dir)
13
self.data_dir = string.format("%s/site/", realpath(vim.fn.stdpath("data")))
14
self.modules_dir = self.vim_path .. "/modules"
15
self.home = self.is_windows and vim.env.USERPROFILE or vim.env.HOME
0 commit comments