diff --git a/ftplugin/TelescopePrompt.lua b/ftplugin/TelescopePrompt.lua index ed99898..ce7b6c1 100644 --- a/ftplugin/TelescopePrompt.lua +++ b/ftplugin/TelescopePrompt.lua @@ -2,6 +2,9 @@ vim.opt_local.formatoptions:remove "t" vim.opt_local.formatoptions:remove "c" +-- Don't include `showbreak` when calculating strdisplaywidth +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