first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
8
config/nvim/lua/neoconf/lazy/tokyonight.lua
Normal file
8
config/nvim/lua/neoconf/lazy/tokyonight.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue