mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-18 01:48:57 +00:00
refactor: move cache file to .cache dir
This commit is contained in:
@@ -24,7 +24,8 @@ popup_common.default_frequency = {
|
||||
const_case = 1,
|
||||
}
|
||||
|
||||
local frequency_file = vim.fn.stdpath("config") .. "/text-transform-frequency.json"
|
||||
local cache_dir = vim.fn.stdpath("cache")
|
||||
local frequency_file = cache_dir .. "/text-transform-frequency.json"
|
||||
local frequency
|
||||
|
||||
function popup_common.load_frequency()
|
||||
|
||||
Reference in New Issue
Block a user