feat: Split config for colorscheme
This commit is contained in:
parent
ce300bd347
commit
0bde02eab6
1
lua/user/colorscheme.lua
Normal file
1
lua/user/colorscheme.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
return "astrodark"
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user