summaryrefslogtreecommitdiff
path: root/ftplugin/TelescopePrompt.lua
blob: ed9989853b172fa8face16fe9881a71dfe2531ca (plain)
1
2
3
4
5
6
7
-- Don't wrap textwidth things
vim.opt_local.formatoptions:remove "t"
vim.opt_local.formatoptions:remove "c"

-- There's also no reason to enable textwidth here anyway
vim.opt_local.textwidth = 0
vim.opt_local.scrollbind = false