Neovim: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) |
Hoppinglife (talk | contribs) |
||
| Line 37: | Line 37: | ||
=== Vimline === | === Vimline === | ||
When writing text-based files, I use the following vim line to make vim break lines automatically | When writing text-based files, I use the following vim line to make vim break lines automatically. | ||
<syntaxhighlight> | <syntaxhighlight> | ||
vim: set tw=78 spell indentexpr= | vim: set tw=78 spell indentexpr= | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Use <pre>gq<location></pre> to perform a reformatting operation. | |||