https://git.dlma.com/dotfiles.git/tree/4cb7cc7969567c2ea910dae9a106065cffeea084Recent commits to dotfiles.git (4cb7cc7969567c2ea910dae9a106065cffeea084)2024-04-02T22:31:37-07:00tag:gitlist.org,2012:commit/4cb7cc7969567c2ea910dae9a106065cffeea084Consider new Constant and Type colors2024-04-02T22:31:37-07:00dblumedavid.blume@gmail.com
<pre>These look different in macOS, WSL2, and Linux.
Have to see them around to make a decision.
</pre>
tag:gitlist.org,2012:commit/5afb2e85ce2f57ed43cdaf1bdeb1eacf35ec14deMake nvim be the core, diff and merge editor2024-04-02T20:09:09-07:00dblumedavid.blume@gmail.com
<pre>Haven't really tested 3-way merge with nvim. Fingers crossed.
</pre>
tag:gitlist.org,2012:commit/60d352e2979ed809d10f88299751ad84d25c34cbChange hightlight of current selection in taglist2024-04-02T09:21:08-07:00dblumedblume@roku.com
<pre>taglist's current selection gets hidden by other search highlights.
See: https://github.com/yegappan/taglist/blob/master/doc/taglist.txt#L499
Also make note of a User1 I'd like if I could get it into the statusline
but not the statuslineNC.
</pre>
tag:gitlist.org,2012:commit/35e550ca1f794ac0dd630abf03c8f3ca5f64207eDarken the EoB and Folded background colors2024-04-02T07:40:52-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/9a431b846efcd7e50c93371ac153e0a0348e6cd2Upgrade taglist from 4.5 to 4.62024-04-01T23:07:22-07:00dblumedblume@roku.com
<pre>Bumping from the 2007 version to the 2013 in GitHub.
git clone --filter=blob:none -b v4.6 \
https://github.com/yegappan/taglist \
~/.local/share/nvim/site/plugin/
</pre>
tag:gitlist.org,2012:commit/610d5d0ca3565aec761f89a31d134672f06545e4Disable taglist's auto resizing window (tmux)2024-04-01T22:45:56-07:00dblumedblume@roku.com
<pre>Neovim in tmux has taglist try to resize the window when opening the
taglist, but it causes bad wrapping. Disable it.
</pre>
tag:gitlist.org,2012:commit/221c902c6bf211a1183f17c628da46dbdd133070Tweak nvim desert Fold and Diff styles2024-03-30T09:59:43-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/8e869195c35f678047e4474ef26ec41804ed2894Use build-in style for nvim 0.102024-03-29T23:52:48-07:00dblumedavid.blume@gmail.com
<pre>Since nvim 0.10 will change the way old styles work, use the
baked in desert theme.
Also add eol to listchars
</pre>
tag:gitlist.org,2012:commit/7e74fa7e6ab6cba4ba76443038314874130f4899Check for nvim after setting $PATH2024-03-27T23:29:16-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/51fae5e6f4f0a77283800c3487c0ae7cd05ec3bcDon't set cursorline if we're not gonna see anything2024-03-26T22:48:32-07:00dblumedavid.blume@gmail.com
<pre>I only use cursorline for the style of the number column,
so only set it if I set number or relativenumber. It slows
drawing a little.
</pre>