diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index ba5d661..c31a4f2 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -23,8 +23,8 @@ vim.o.confirm = true -- User interface ------------------------------------------------------- -vim.o.winblend = 5 -- how much floating windows should blend with background. -vim.o.pumblend = 5 -- popup blend +vim.o.winblend = 10 -- how much floating windows should blend with background. +vim.o.pumblend = 10 -- popup blend vim.o.pumheight = 15 -- popup height -- Configure how new splits should be opened