Neovim: Difference between revisions

Jump to navigation Jump to search
Line 37: Line 37:
=== Vimline ===
=== Vimline ===


When writing text-based files, I use the following vim line to make vim break lines automatically. Use <pre>gq<location></pre> to perform a reformatting operation.
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.