mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-14 04:43:46 -05:00
4 lines
79 B
VimL
4 lines
79 B
VimL
" Stop breaking lines automatically
|
|
setlocal textwidth=0
|
|
setlocal wrapmargin=0
|