diff --git a/lua/plugins/color-scheme.lua b/lua/plugins/color-scheme.lua new file mode 100644 index 0000000..8ce8168 --- /dev/null +++ b/lua/plugins/color-scheme.lua @@ -0,0 +1,5 @@ +return { + "folke/tokyonight.nvim", + lazy = true, + opts = { style = "night" } +}