blob: 9a6b5d8548da972c0bab628ea997c8cf459b995c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
_G.__luacache_config = {
chunks = {
enable = true,
path = vim.fn.stdpath('cache')..'/luacache_chunks',
},
modpaths = {
enable = true,
path = vim.fn.stdpath('cache')..'/luacache_modpaths',
}
}
require('impatient')
|