mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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
|
-- Displays which-key popup sooner
|
||||||
set.timeoutlen = 50
|
set.timeoutlen = 50
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- UI
|
||||||
|
--
|
||||||
|
|
||||||
-- disable mode in the command line, because i use lualine
|
-- disable mode in the command line, because i use lualine
|
||||||
set.showmode = false
|
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
|
-- Editor settings
|
||||||
--
|
--
|
||||||
|
|
||||||
set.wrap = false -- Disable line wrap
|
set.wrap = false -- Disable line wrap
|
||||||
set.pumheight = 20
|
|
||||||
set.laststatus = 3
|
set.laststatus = 3
|
||||||
set.splitkeep = "screen"
|
set.splitkeep = "screen"
|
||||||
set.scrolloff = 10
|
set.scrolloff = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue