https://git.dlma.com/dotfiles.git/tree/8b171a321fa100abb629e7f5dcc1b89284467619Recent commits to dotfiles.git (8b171a321fa100abb629e7f5dcc1b89284467619)2024-05-29T14:24:13-07:00tag:gitlist.org,2012:commit/8b171a321fa100abb629e7f5dcc1b89284467619Make first rainbow paren color be close to gray2024-05-29T14:24:13-07:00dblumedavid.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.
</pre>
tag:gitlist.org,2012:commit/1069d30f6e1c3b2d15fe0920d33175942d7af1a4Improve set of rainbow colors2024-05-26T21:26:59-07:00dblumedavid.blume@gmail.com
<pre>cyan was too much like lightmagenta.
</pre>
tag:gitlist.org,2012:commit/ab53a8771c70c19a80efcde96c8ecfab2740b428Move nvim rainbow plugin into .../plugin/ hierarchy2024-05-26T16:00:37-07:00dblumedavid.blume@gmail.com
<pre>Fixes a typo, I put it one directory too high.
Also use fewer lines in .vimrc for config.
</pre>
tag:gitlist.org,2012:commit/9664a25c32a37ae8d7e9bb3ea3b416a08676154eDocument new Rainbow Parentheses vim/nvim plugin2024-05-26T14:51:19-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/2111f8d7fcab66424d1f4614c1f0736dd71cfff3Add "rainbow" plugin for colored parentheses2024-05-26T14:29:28-07:00dblumedavid.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.
</pre>
tag:gitlist.org,2012:commit/f0131b3d07bbe7be107613c12657018eb5ccf33cAdd commit ID, user and timeframe to "git logtree"2024-05-09T09:02:20-07:00dblumedblume@roku.com
<pre>Turns out I could use a little more data in git logtree.
Also add consistent colors.
</pre>
tag:gitlist.org,2012:commit/138fc9e14cc949565f5a5046f87c82c45cab9213Don't use unnamed register for clipboard2024-05-01T22:13:34-07:00dblumedavid.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.
</pre>
tag:gitlist.org,2012:commit/8f75956041d81b7230fa64f4577bb565cffad3d3Synchronize vim's default register and clipboard2024-05-01T15:05:37-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/b867afd03e839f458bbf22c80dc53a1ea32796a0typo: .vimrc to use vim, not nvim2024-04-30T17:47:20-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/f2842416ec457fcb38d860f033f0188b4082e32cSimplify vim titlestring: path/to/filename[+] - vim2024-04-30T15:24:26-07:00dblumedavid.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...
</pre>