Download:
child 247:2224cc881f54
parent 245:66d0e2418b2f
246:af09affab9df
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:12:19 +0400
.vimrc: recognize numbered lists when formatting Example: https://vimways.org/2018/formatting-lists-with-vim/

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Nov 26 02:07:35 2022 +0400
+++ b/.vimrc Sat Nov 26 02:12:19 2022 +0400
@@ -28,6 +28,7 @@
set textwidth=79 " width of document (used by gd)
set colorcolumn=80 " list of screen columns to highlight
set formatoptions-=t " don't automatically wrap text when typing
+set formatoptions+=n " recognize numbered lists when formatting
set formatoptions+=j " remove comment leader when joining lines
set diffopt+=context:50 " vimdiff likes folding a bit too much