fix: disable signcolumn in telescope windows (#1781)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user