mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +02:00
refactor: use more flexible paths (#1381)
This commit is contained in:
parent
38b0c3d860
commit
8eed75d67f
15 changed files with 216 additions and 153 deletions
|
@ -35,7 +35,7 @@ function M.config()
|
|||
|
||||
---@type string
|
||||
---@usage path to store the project history for use in telescope
|
||||
datapath = CACHE_PATH,
|
||||
datapath = get_cache_dir(),
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue