diff options
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') |