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