Files
omarchy/themes/tokyo-night/neovim.lua

9 lines
86 B
Lua
Raw Permalink Normal View History

2025-06-18 21:17:59 +02:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}