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