diff --git a/ftplugin/TelescopePrompt.lua b/ftplugin/TelescopePrompt.lua new file mode 100644 index 0000000..c2bc66e --- /dev/null +++ b/ftplugin/TelescopePrompt.lua @@ -0,0 +1,6 @@ +-- 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