summaryrefslogtreecommitdiff
path: root/ftplugin/TelescopePrompt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/TelescopePrompt.lua')
-rw-r--r--ftplugin/TelescopePrompt.lua2
1 files changed, 2 insertions, 0 deletions
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"