We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eecff commit 9c62c9cCopy full SHA for 9c62c9c
lua/text-transform/popup/common.lua
@@ -24,7 +24,8 @@ popup_common.default_frequency = {
24
const_case = 1,
25
}
26
27
-local frequency_file = vim.fn.stdpath("config") .. "/text-transform-frequency.json"
+local cache_dir = vim.fn.stdpath("cache")
28
+local frequency_file = cache_dir .. "/text-transform-frequency.json"
29
local frequency
30
31
function popup_common.load_frequency()
0 commit comments