feat: Split config for colorscheme

This commit is contained in:
Xavier Logerais 2023-11-02 18:29:02 +01:00
parent ce300bd347
commit 0bde02eab6
2 changed files with 1 additions and 1 deletions

1
lua/user/colorscheme.lua Normal file
View File

@ -0,0 +1 @@
return "astrodark"

View File

@ -1,5 +1,4 @@
return { return {
colorscheme = "astrodark",
-- This function is run last and is a good place to configuring -- This function is run last and is a good place to configuring
-- augroups/autocommands and custom filetypes also this just pure lua so -- 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 -- anything that doesn't fit in the normal config locations above can go here