mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-16 15:09:50 +00:00
11
nvim.bak/lua/plugins/tokyonight.lua
Normal file
11
nvim.bak/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