From 647cc833cc07131df636b7a6d8238798dad3f096 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 22 Oct 2021 23:04:58 +0800 Subject: [PATCH] rename ui.vim --> themes.vim --- core/{ui.vim => themes.vim} | 0 init.vim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename core/{ui.vim => themes.vim} (100%) diff --git a/core/ui.vim b/core/themes.vim similarity index 100% rename from core/ui.vim rename to core/themes.vim diff --git a/init.vim b/init.vim index c36e2b4..0af2cfa 100644 --- a/init.vim +++ b/init.vim @@ -16,7 +16,7 @@ let g:config_file_list = ['globals.vim', \ 'autocommands.vim', \ 'mappings.vim', \ 'plugins.vim', - \ 'ui.vim' + \ 'themes.vim' \ ] let g:nvim_config_root = expand(':p:h')