vim: add winblend
This commit is contained in:
parent
b9f152ce66
commit
2a042f9927
1 changed files with 1 additions and 0 deletions
|
@ -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...
|
||||||
|
|
Loading…
Add table
Reference in a new issue