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:
parent
681e3c80c5
commit
4b299a26df
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue