From 65eab4535c1a01521705f27eebabbb6a9ab92fcb Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 17 Nov 2022 23:36:37 +0530 Subject: [PATCH] rm title option fixes (#1653) and this is a cmp issue + only with some terminals --- lua/core/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index a097cd7..49f1191 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -10,7 +10,6 @@ g.theme_switcher_loaded = false opt.laststatus = 3 -- global statusline opt.showmode = false -opt.title = true opt.clipboard = "unnamedplus" opt.cursorline = true