mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
7 lines
196 B
Lua
7 lines
196 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
|