mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-31 18:24:18 +00:00
fix: Override textwidth and formatoptions to attempt to prevent linebreaks (#1153)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user