feat(editor): remove unneeded opt
This commit is contained in:
parent
cc86398d87
commit
03e3ea2841
1 changed files with 0 additions and 1 deletions
|
@ -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' }
|
||||||
|
|
Loading…
Add table
Reference in a new issue