summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index fb2193c..19b76a6 100644
--- a/init.lua
+++ b/init.lua
@@ -22,6 +22,8 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
{ import = "plugins" }, -- i.e. the lua/plugins directory
-- add more subdirectories as needed
+ }, {
+ install = { colorscheme = { "no-clown-fiesta" }, }
}, {
checker = {
enabled = true,