feat(editor): remove unneeded opt

This commit is contained in:
Matt Leong 2021-11-30 15:05:24 -08:00
parent cc86398d87
commit 03e3ea2841

View file

@ -12,7 +12,6 @@ g.mapleader = ' '
-- misc -- misc
opt.syntax = 'enable' opt.syntax = 'enable'
opt.hidden = true
opt.encoding = 'utf-8' opt.encoding = 'utf-8'
opt.clipboard = 'unnamedplus' opt.clipboard = 'unnamedplus'
opt.backspace = { 'eol', 'start', 'indent' } opt.backspace = { 'eol', 'start', 'indent' }