https://git.dlma.com/dotfiles.git/tree/17394772767313a8f85805e186050da96626fae4 Recent commits to dotfiles.git (17394772767313a8f85805e186050da96626fae4) 2024-04-05T10:40:45-07:00 tag:gitlist.org,2012:commit/17394772767313a8f85805e186050da96626fae4 Since Normal fg is off white, Bold fg can be white. 2024-04-05T10:40:45-07:00 dblume david.blume@gmail.com <pre>And this'll let me better combine italic and bold. &lt;/pre&gt; tag:gitlist.org,2012:commit/1f55780cf42788fe434db5fa56af746c15688764 Set Bold, Italic and Strike styles 2024-04-05T10:05:00-07:00 dblume david.blume@gmail.com <pre>First noticed in MarkDown documents. vim's desert was displaying Bold as (literally) bold, but neovim wasn't displaying Bold Italic or Strike as anything. Maybe I could fix this with tweaking env TERM or something (I'm only testing this in a tmux session), but for now just make explicit styles. &lt;/pre&gt; tag:gitlist.org,2012:commit/94b23ec68e2759b91ca809a71131c0a9dada4ed4 Update taglist to 4.6 in vim to match neovim 2024-04-04T21:44:41-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/1e69ebce7df07f95246d99a58a03d00047ed46a3 Make '*' find next occurence of current word in taglist 2024-04-03T14:15:27-07:00 dblume dblume@roku.com <pre>Taglist remaps '*' to mean expand all folds. I need it to keep meaning find next occurence of this word. &lt;/pre&gt; tag:gitlist.org,2012:commit/4cb7cc7969567c2ea910dae9a106065cffeea084 Consider new Constant and Type colors 2024-04-02T22:31:37-07:00 dblume david.blume@gmail.com <pre>These look different in macOS, WSL2, and Linux. Have to see them around to make a decision. &lt;/pre&gt; tag:gitlist.org,2012:commit/5afb2e85ce2f57ed43cdaf1bdeb1eacf35ec14de Make nvim be the core, diff and merge editor 2024-04-02T20:09:09-07:00 dblume david.blume@gmail.com <pre>Haven't really tested 3-way merge with nvim. Fingers crossed. &lt;/pre&gt; tag:gitlist.org,2012:commit/60d352e2979ed809d10f88299751ad84d25c34cb Change hightlight of current selection in taglist 2024-04-02T09:21:08-07:00 dblume dblume@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. &lt;/pre&gt; tag:gitlist.org,2012:commit/35e550ca1f794ac0dd630abf03c8f3ca5f64207e Darken the EoB and Folded background colors 2024-04-02T07:40:52-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/9a431b846efcd7e50c93371ac153e0a0348e6cd2 Upgrade taglist from 4.5 to 4.6 2024-04-01T23:07:22-07:00 dblume dblume@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/ &lt;/pre&gt; tag:gitlist.org,2012:commit/610d5d0ca3565aec761f89a31d134672f06545e4 Disable taglist's auto resizing window (tmux) 2024-04-01T22:45:56-07:00 dblume dblume@roku.com <pre>Neovim in tmux has taglist try to resize the window when opening the taglist, but it causes bad wrapping. Disable it. &lt;/pre&gt;