1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/options.lua: modify blend

This commit is contained in:
Henrik Hautakoski 2024-12-29 12:01:34 +01:00
parent 681e3c80c5
commit 4b299a26df

View file

@ -23,8 +23,8 @@ vim.o.confirm = true
-- User interface -- User interface
------------------------------------------------------- -------------------------------------------------------
vim.o.winblend = 5 -- how much floating windows should blend with background. vim.o.winblend = 10 -- how much floating windows should blend with background.
vim.o.pumblend = 5 -- popup blend vim.o.pumblend = 10 -- popup blend
vim.o.pumheight = 15 -- popup height vim.o.pumheight = 15 -- popup height
-- Configure how new splits should be opened -- Configure how new splits should be opened