https://git.dlma.com/dotfiles.git/tree/8b171a321fa100abb629e7f5dcc1b89284467619 Recent commits to dotfiles.git (8b171a321fa100abb629e7f5dcc1b89284467619) 2024-05-29T14:24:13-07:00 tag:gitlist.org,2012:commit/8b171a321fa100abb629e7f5dcc1b89284467619 Make first rainbow paren color be close to gray 2024-05-29T14:24:13-07:00 dblume david.blume@gmail.com <pre>When you're not really expecting rainbow parens, and it's usually only one level deep, make the first color very subtle. &lt;/pre&gt; tag:gitlist.org,2012:commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4 Improve set of rainbow colors 2024-05-26T21:26:59-07:00 dblume david.blume@gmail.com <pre>cyan was too much like lightmagenta. &lt;/pre&gt; tag:gitlist.org,2012:commit/ab53a8771c70c19a80efcde96c8ecfab2740b428 Move nvim rainbow plugin into .../plugin/ hierarchy 2024-05-26T16:00:37-07:00 dblume david.blume@gmail.com <pre>Fixes a typo, I put it one directory too high. Also use fewer lines in .vimrc for config. &lt;/pre&gt; tag:gitlist.org,2012:commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154e Document new Rainbow Parentheses vim/nvim plugin 2024-05-26T14:51:19-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3 Add "rainbow" plugin for colored parentheses 2024-05-26T14:29:28-07:00 dblume david.blume@gmail.com <pre>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. &lt;/pre&gt; tag:gitlist.org,2012:commit/f0131b3d07bbe7be107613c12657018eb5ccf33c Add commit ID, user and timeframe to "git logtree" 2024-05-09T09:02:20-07:00 dblume dblume@roku.com <pre>Turns out I could use a little more data in git logtree. Also add consistent colors. &lt;/pre&gt; tag:gitlist.org,2012:commit/138fc9e14cc949565f5a5046f87c82c45cab9213 Don't use unnamed register for clipboard 2024-05-01T22:13:34-07:00 dblume david.blume@gmail.com <pre>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. &lt;/pre&gt; tag:gitlist.org,2012:commit/8f75956041d81b7230fa64f4577bb565cffad3d3 Synchronize vim's default register and clipboard 2024-05-01T15:05:37-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/b867afd03e839f458bbf22c80dc53a1ea32796a0 typo: .vimrc to use vim, not nvim 2024-04-30T17:47:20-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/f2842416ec457fcb38d860f033f0188b4082e32c Simplify vim titlestring: path/to/filename[+] - vim 2024-04-30T15:24:26-07:00 dblume david.blume@gmail.com <pre>For now, I like it simple. Didn't like the default: filename[+] (path/to) - NVIM Let's see how much I tweak this... &lt;/pre&gt;