diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-26 18:42:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-26 18:42:30 +0800 |
| commit | 59525c5577abf54a28882961b53cbf5e4dacf584 (patch) | |
| tree | 9e7c39d21c30a163dd8dd6aeb23d036c201b3df5 /init.lua | |
| parent | 6539e72a5d36c308f859a30a97a52deb22f16090 (diff) | |
refactor: theme.vim --> theme.lua
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ local core_conf_files = { "autocommands.vim", "mappings.vim", "plugins.vim", - "themes.vim", + "themes.lua", } -- source all the core config files |
