chore(lazy): recommend `backdrop = 100` default

pull/9/head
Micah Halter 2024-03-28 09:10:38 -04:00
parent ac1eaeb785
commit 782aa957e2
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 0 deletions

View File

@ -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