From 782aa957e2d20b8da00b3e8dd8cbfecc39f2e944 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 28 Mar 2024 09:10:38 -0400 Subject: [PATCH] chore(lazy): recommend `backdrop = 100` default --- lua/lazy_setup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index ebda853..3e852da 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -15,6 +15,7 @@ require("lazy").setup({ } --[[@as LazySpec]], { -- Configure any other `lazy.nvim` configuration options here install = { colorscheme = { "astrodark", "habamax" } }, + ui = { backdrop = 100 }, performance = { rtp = { -- disable some rtp plugins, add more to your liking