diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-13 22:45:13 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-13 22:45:13 +0800 |
| commit | 4c96243a4c128fefc981282637cb81cad89cfde3 (patch) | |
| tree | f7bc26e8eeb5e06a3c5e17e5aadf8a22777bcbc5 /init.lua | |
| parent | fdc158272bed0be588256147780363438ed40f96 (diff) | |
init.vim --> init.lua cleanup
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,11 +26,9 @@ local core_conf_files = { "themes.vim", } +-- source all the core config files for _, name in ipairs(core_conf_files) do local path = string.format("%s/core/%s", vim.fn.stdpath('config'), name) local source_cmd = "source " .. path vim.cmd(source_cmd) end --- for s:fname in s:core_conf_files --- execute printf('source %s/core/%s', stdpath('config'), s:fname) --- endfor |
