refactor: clean up user example files to be easier to follow
This commit is contained in:
8
lua/plugins/colorscheme.lua
Normal file
8
lua/plugins/colorscheme.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||
|
||||
return {
|
||||
"AstroNvim/astroui",
|
||||
opts = {
|
||||
colorscheme = "astrodark", -- change colorscheme
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user