Add three options for neovim themes
This commit is contained in:
8
themes/neovim/tokyo-night.lua
Normal file
8
themes/neovim/tokyo-night.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight",
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user