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:
parent
f6e49492c0
commit
03a2d268f0
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue