diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-26 18:44:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 18:44:11 +0800 |
| commit | fb9a0bb2ddb689066e6ba1a827f2b1b27fe672ca (patch) | |
| tree | 9e7c39d21c30a163dd8dd6aeb23d036c201b3df5 /init.lua | |
| parent | 6539e72a5d36c308f859a30a97a52deb22f16090 (diff) | |
| parent | 59525c5577abf54a28882961b53cbf5e4dacf584 (diff) | |
Merge pull request #78 from jdhao/theme
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 |
