From 03e3ea284127336843db24db316462510a1fcc23 Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Tue, 30 Nov 2021 15:05:24 -0800 Subject: [PATCH] feat(editor): remove unneeded opt --- lua/cosmic/core/editor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/cosmic/core/editor.lua b/lua/cosmic/core/editor.lua index 37c0461..f2034d9 100644 --- a/lua/cosmic/core/editor.lua +++ b/lua/cosmic/core/editor.lua @@ -12,7 +12,6 @@ g.mapleader = ' ' -- misc opt.syntax = 'enable' -opt.hidden = true opt.encoding = 'utf-8' opt.clipboard = 'unnamedplus' opt.backspace = { 'eol', 'start', 'indent' }