first commit
This commit is contained in:
10
lua/plugins/tokyonight.lua
Normal file
10
lua/plugins/tokyonight.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
-- chargement du thème
|
||||
vim.cmd([[colorscheme tokyonight]])
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user