From c16c22e87bffd5f4d6aa560b26e163dd432a87f6 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 17 Nov 2022 23:35:28 +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 f224962..4268684 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -9,7 +9,6 @@ g.transparency = config.ui.transparency opt.laststatus = 3 -- global statusline opt.showmode = false -opt.title = true opt.clipboard = "unnamedplus" opt.cursorline = true