fix: disable signcolumn in telescope windows (#1781)

This commit is contained in:
Simon Hauser
2022-03-11 15:34:39 +01:00
committed by GitHub
parent ddb9e56160
commit 2d0b4a3243
3 changed files with 4 additions and 1 deletions

View File

@@ -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"