chore(lazy): recommend `backdrop = 100` default
parent
ac1eaeb785
commit
782aa957e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue