Refactor
This commit is contained in:
@@ -11,7 +11,9 @@ plugin({
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
opts = {
|
||||
transparent = true,
|
||||
},
|
||||
init = function()
|
||||
vim.cmd([[colorscheme tokyonight-night]])
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user