configure night color scheme

This commit is contained in:
Cheick Diarra 2024-01-02 08:14:57 +01:00 committed by GitHub
parent 1c96a18846
commit 189434d79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
return {
"folke/tokyonight.nvim",
lazy = true,
opts = { style = "night" }
}