-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:43:33 +0400
.vimrc: lower ctrlp window height
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:42:06 +0400
.vimrc: don't scan included files for insert mode completion
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:41:53 +0400
.vimrc: enable autoindent
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:35:58 +0400
.vimrc: t_Co should be set automatically nowadays
If not, check your terminal settings and/or .bashrc or other sourced files. My
current $TERM is set to xterm-256color by xfce4-terminal.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:23:27 +0400
.vimrc: set termguicolors if $COLORTERM says it's possible
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:19:02 +0400
.vimrc: reset color for ColorColumn
It used to be darker than background color, but lighter color isn't bad.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:12:31 +0400
.vimrc: let color scheme set background
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:00:24 +0400
.vimrc: make comments slightly brighter (when running in cterm mode)
Also explicitly use the original, not rehashed colors. My color tweaks probably
only apply to one scheme anyway.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 00:58:10 +0400
.vimrc: make vimdiff much less likely to fold lines
It still could happen in very large files, in which case it could probably be
actually desirable.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 00:54:45 +0400
.vimrc: reverse colors for matching parentheses
Otherwise it looks too much like the cursor itself.