nvim: remove legacy option 'pastetoggle'
This commit is contained in:
parent
83c8c8bd28
commit
96dc308f5c
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ M.setup = function()
|
||||||
o.lazyredraw = true -- don"t redraw screen during macros
|
o.lazyredraw = true -- don"t redraw screen during macros
|
||||||
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.winblend = 8 -- minimum transparency for floating windows
|
o.winblend = 8 -- minimum transparency for floating windows
|
||||||
|
|
||||||
o.swapfile = false -- don"t use swap files
|
o.swapfile = false -- don"t use swap files
|
||||||
|
|
Loading…
Add table
Reference in a new issue