From 0bde02eab6b2677e9dfb5713909b2314d380c053 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 2 Nov 2023 18:29:02 +0100 Subject: [PATCH] feat: Split config for colorscheme --- lua/user/colorscheme.lua | 1 + lua/user/init.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lua/user/colorscheme.lua diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua new file mode 100644 index 0000000..a781f3d --- /dev/null +++ b/lua/user/colorscheme.lua @@ -0,0 +1 @@ +return "astrodark" diff --git a/lua/user/init.lua b/lua/user/init.lua index 77586c5..f59b672 100644 --- a/lua/user/init.lua +++ b/lua/user/init.lua @@ -1,5 +1,4 @@ return { - colorscheme = "astrodark", -- This function is run last and is a good place to configuring -- augroups/autocommands and custom filetypes also this just pure lua so -- anything that doesn't fit in the normal config locations above can go here