11 lines
183 B
Lua
11 lines
183 B
Lua
return {
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {},
|
|
config = function()
|
|
-- chargement du thème
|
|
vim.cmd([[colorscheme tokyonight]])
|
|
end,
|
|
}
|