Files
telescope.nvim/ftplugin/TelescopePrompt.lua
2021-11-26 22:42:54 +01:00

8 lines
229 B
Lua

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