diff options
author | ame <[email protected]> | 2023-09-29 19:49:11 -0500 |
---|---|---|
committer | ame <[email protected]> | 2023-09-29 19:49:11 -0500 |
commit | 9818f56002f34190b393951cc0118fd8435b0fe3 (patch) | |
tree | 9987d23bde9bfa6beee9697526af8c8fd5258e05 /lua/speed.lua |
init
Diffstat (limited to 'lua/speed.lua')
-rw-r--r-- | lua/speed.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/speed.lua b/lua/speed.lua new file mode 100644 index 0000000..9a6b5d8 --- /dev/null +++ b/lua/speed.lua @@ -0,0 +1,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') |