Recent commits to dotfiles.git (8b171a321fa100abb629e7f5dcc1b89284467619) https://git.dlma.com/dotfiles.git/tree/8b171a321fa100abb629e7f5dcc1b89284467619 Recent commits feed provided by GitList. Make first rainbow paren color be close to gray When you're not really expecting rainbow parens, and it's usually only one level deep, make the first color very subtle. https://git.dlma.com/dotfiles.git/commit/8b171a321fa100abb629e7f5dcc1b89284467619 david.blume@gmail.com (dblume) Wed, 29 May 2024 14:24:13 -0700 8b171a321fa100abb629e7f5dcc1b89284467619 Improve set of rainbow colors cyan was too much like lightmagenta. https://git.dlma.com/dotfiles.git/commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 david.blume@gmail.com (dblume) Sun, 26 May 2024 21:26:59 -0700 1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Move nvim rainbow plugin into .../plugin/ hierarchy Fixes a typo, I put it one directory too high. Also use fewer lines in .vimrc for config. https://git.dlma.com/dotfiles.git/commit/ab53a8771c70c19a80efcde96c8ecfab2740b428 david.blume@gmail.com (dblume) Sun, 26 May 2024 16:00:37 -0700 ab53a8771c70c19a80efcde96c8ecfab2740b428 Document new Rainbow Parentheses vim/nvim plugin https://git.dlma.com/dotfiles.git/commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154e david.blume@gmail.com (dblume) Sun, 26 May 2024 14:51:19 -0700 9664a25c32a37ae8d7e9bb3ea3b416a08676154e Add "rainbow" plugin for colored parentheses Chose https://github.com/luochen1990/rainbow because it's correct, small, configurable and fast. Rejected the older https://github.com/krischik/vim-rainbow because it "broke" formatting with strings, Ex., something like "set (", val, ")". I'm certain I'll be updating .vimrc and init.vim with better colors soon. https://git.dlma.com/dotfiles.git/commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3 david.blume@gmail.com (dblume) Sun, 26 May 2024 14:29:28 -0700 2111f8d7fcab66424d1f4614c1f0736dd71cfff3 Add commit ID, user and timeframe to "git logtree" Turns out I could use a little more data in git logtree. Also add consistent colors. https://git.dlma.com/dotfiles.git/commit/f0131b3d07bbe7be107613c12657018eb5ccf33c dblume@roku.com (dblume) Thu, 09 May 2024 09:02:20 -0700 f0131b3d07bbe7be107613c12657018eb5ccf33c Don't use unnamed register for clipboard Using unnamed register for clipboard is annoying because operations like delete and change also overwrite the unnamed register. Instead, use a <leader> command to specify the clipboard register. Also add a commented-out WSL clipboard-tool for convenience. https://git.dlma.com/dotfiles.git/commit/138fc9e14cc949565f5a5046f87c82c45cab9213 david.blume@gmail.com (dblume) Wed, 01 May 2024 22:13:34 -0700 138fc9e14cc949565f5a5046f87c82c45cab9213 Synchronize vim's default register and clipboard https://git.dlma.com/dotfiles.git/commit/8f75956041d81b7230fa64f4577bb565cffad3d3 david.blume@gmail.com (dblume) Wed, 01 May 2024 15:05:37 -0700 8f75956041d81b7230fa64f4577bb565cffad3d3 typo: .vimrc to use vim, not nvim https://git.dlma.com/dotfiles.git/commit/b867afd03e839f458bbf22c80dc53a1ea32796a0 david.blume@gmail.com (dblume) Tue, 30 Apr 2024 17:47:20 -0700 b867afd03e839f458bbf22c80dc53a1ea32796a0 Simplify vim titlestring: path/to/filename[+] - vim For now, I like it simple. Didn't like the default: filename[+] (path/to) - NVIM Let's see how much I tweak this... https://git.dlma.com/dotfiles.git/commit/f2842416ec457fcb38d860f033f0188b4082e32c david.blume@gmail.com (dblume) Tue, 30 Apr 2024 15:24:26 -0700 f2842416ec457fcb38d860f033f0188b4082e32c