From 2d0b4a3243ce21180ead49b37ed35825e0a3a89a Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Fri, 11 Mar 2022 15:34:39 +0100 Subject: fix: disable signcolumn in telescope windows (#1781) --- ftplugin/TelescopePrompt.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin/TelescopePrompt.lua') diff --git a/ftplugin/TelescopePrompt.lua b/ftplugin/TelescopePrompt.lua index ce7b6c1..8888a88 100644 --- a/ftplugin/TelescopePrompt.lua +++ b/ftplugin/TelescopePrompt.lua @@ -8,3 +8,5 @@ vim.opt_local.wrap = false -- There's also no reason to enable textwidth here anyway vim.opt_local.textwidth = 0 vim.opt_local.scrollbind = false + +vim.opt_local.signcolumn = "no" -- cgit v1.2.3