vim: add winblend

This commit is contained in:
Fernando Schauenburg 2024-02-17 22:39:15 +01:00
parent b9f152ce66
commit 2a042f9927

View file

@ -17,6 +17,7 @@ M.setup = function()
o.modelines = 0 -- never use modelines o.modelines = 0 -- never use modelines
o.fileformats = 'unix,mac,dos' -- prioritize unix <EOL> format o.fileformats = 'unix,mac,dos' -- prioritize unix <EOL> format
o.pastetoggle = '<F20>' -- toggle paste with P on Moonlander o.pastetoggle = '<F20>' -- toggle paste with P on Moonlander
o.winblend = 8 -- minimum transparency for floating windows
o.swapfile = false -- don't use swap files o.swapfile = false -- don't use swap files
o.writebackup = true -- Make a backup before writing a file... o.writebackup = true -- Make a backup before writing a file...