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

nvim: blend popup and windows with background

This commit is contained in:
Henrik Hautakoski 2024-08-13 19:23:35 +02:00
parent f6e49492c0
commit 03a2d268f0

View file

@ -23,16 +23,23 @@ set.updatetime = 50
-- Displays which-key popup sooner
set.timeoutlen = 50
--
-- UI
--
-- disable mode in the command line, because i use lualine
set.showmode = false
set.winblend = 5 -- how much floating windows should blend with background.
set.pumblend = 5 -- popup blend
set.pumheight = 15 -- popup height
--
-- Editor settings
--
set.wrap = false -- Disable line wrap
set.pumheight = 20
set.laststatus = 3
set.splitkeep = "screen"
set.scrolloff = 10