mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-16 07:26:46 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
11
nvim/lua/plugins/tokyonight.lua
Normal file
11
nvim/lua/plugins/tokyonight.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'folke/tokyonight.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
init = function()
|
||||
require('tokyonight').load()
|
||||
end,
|
||||
opts = {
|
||||
style = 'night',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user