mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-10 12:37:45 +00:00
Fleshout the default nvim setup
This commit is contained in:
8
config/nvim/lua/plugins/theme.lua
Normal file
8
config/nvim/lua/plugins/theme.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user