From 90e5da95aaa1446b845afc5a753965e862b5e119 Mon Sep 17 00:00:00 2001 From: Milton Montero Date: Sun, 28 Nov 2021 19:07:28 +0000 Subject: [PATCH] Rename theme.lua to themes.lua. --- init.lua | 2 +- lua/{theme.lua => themes.lua} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lua/{theme.lua => themes.lua} (100%) diff --git a/init.lua b/init.lua index b13c830..db022c3 100644 --- a/init.lua +++ b/init.lua @@ -4,4 +4,4 @@ require('options') require('keymaps') require('commands') require('plugins') -require('theme') -- Theme at the end, to prevent overwrite by other plugins +require('themes') -- Theme at the end, to prevent overwrite by other plugins diff --git a/lua/theme.lua b/lua/themes.lua similarity index 100% rename from lua/theme.lua rename to lua/themes.lua