Download:
child 245:66d0e2418b2f
parent 243:b4e76b18e8fc
244:30215bddb9d9
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:07:03 +0400
.vimrc: comment for colorcolumn

1 файлов изменено, 1 вставок(+), 2 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Nov 26 01:43:33 2022 +0400
+++ b/.vimrc Sat Nov 26 02:07:03 2022 +0400
@@ -26,6 +26,7 @@
set nowrap " don't automatically wrap on load
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+=j " remove comment leader when joining lines
@@ -43,8 +44,6 @@
set laststatus=2 " always show status line
set ttimeoutlen=0 " eliminate delay after <ESC>
-set colorcolumn=80
-
set pastetoggle=<F2>
let mapleader=","