vim-orgmode
vim-orgmode copied to clipboard
Allow to change the tw
For whatever reason, my current textwidth is set to 77 in org filetypes. I tried to use an autocommand to give it a higher value, but this is not respected.
au FileType org setlocal tw=120
Any idea? Thanks in advance.
It’s set in the plugin here. If you configure your own tw in /after/ftplugin/org.vim you can override.
Overwrite the textwidth set by vim-orgmode by setting the following global variable.
let g:org_tag_column=120