nvim: remove legacy option 'pastetoggle'

This commit is contained in:
Fernando Schauenburg 2024-07-20 22:02:51 +02:00
parent 83c8c8bd28
commit 96dc308f5c

View file

@ -17,7 +17,6 @@ M.setup = function()
o.lazyredraw = true -- don"t redraw screen during macros
o.modelines = 0 -- never use modelines
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.swapfile = false -- don"t use swap files