Recent commits to dotfiles.git (94b23ec68e2759b91ca809a71131c0a9dada4ed4) https://git.dlma.com/dotfiles.git/tree/94b23ec68e2759b91ca809a71131c0a9dada4ed4 Recent commits feed provided by GitList. Update taglist to 4.6 in vim to match neovim https://git.dlma.com/dotfiles.git/commit/94b23ec68e2759b91ca809a71131c0a9dada4ed4 david.blume@gmail.com (dblume) Thu, 04 Apr 2024 21:44:41 -0700 94b23ec68e2759b91ca809a71131c0a9dada4ed4 Make '*' find next occurence of current word in taglist Taglist remaps '*' to mean expand all folds. I need it to keep meaning find next occurence of this word. https://git.dlma.com/dotfiles.git/commit/1e69ebce7df07f95246d99a58a03d00047ed46a3 dblume@roku.com (dblume) Wed, 03 Apr 2024 14:15:27 -0700 1e69ebce7df07f95246d99a58a03d00047ed46a3 Consider new Constant and Type colors These look different in macOS, WSL2, and Linux. Have to see them around to make a decision. https://git.dlma.com/dotfiles.git/commit/4cb7cc7969567c2ea910dae9a106065cffeea084 david.blume@gmail.com (dblume) Tue, 02 Apr 2024 22:31:37 -0700 4cb7cc7969567c2ea910dae9a106065cffeea084 Make nvim be the core, diff and merge editor Haven't really tested 3-way merge with nvim. Fingers crossed. https://git.dlma.com/dotfiles.git/commit/5afb2e85ce2f57ed43cdaf1bdeb1eacf35ec14de david.blume@gmail.com (dblume) Tue, 02 Apr 2024 20:09:09 -0700 5afb2e85ce2f57ed43cdaf1bdeb1eacf35ec14de Change hightlight of current selection in taglist 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. https://git.dlma.com/dotfiles.git/commit/60d352e2979ed809d10f88299751ad84d25c34cb dblume@roku.com (dblume) Tue, 02 Apr 2024 09:21:08 -0700 60d352e2979ed809d10f88299751ad84d25c34cb Darken the EoB and Folded background colors https://git.dlma.com/dotfiles.git/commit/35e550ca1f794ac0dd630abf03c8f3ca5f64207e david.blume@gmail.com (dblume) Tue, 02 Apr 2024 07:40:52 -0700 35e550ca1f794ac0dd630abf03c8f3ca5f64207e Upgrade taglist from 4.5 to 4.6 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/ https://git.dlma.com/dotfiles.git/commit/9a431b846efcd7e50c93371ac153e0a0348e6cd2 dblume@roku.com (dblume) Mon, 01 Apr 2024 23:07:22 -0700 9a431b846efcd7e50c93371ac153e0a0348e6cd2 Disable taglist's auto resizing window (tmux) Neovim in tmux has taglist try to resize the window when opening the taglist, but it causes bad wrapping. Disable it. https://git.dlma.com/dotfiles.git/commit/610d5d0ca3565aec761f89a31d134672f06545e4 dblume@roku.com (dblume) Mon, 01 Apr 2024 22:45:56 -0700 610d5d0ca3565aec761f89a31d134672f06545e4 Tweak nvim desert Fold and Diff styles https://git.dlma.com/dotfiles.git/commit/221c902c6bf211a1183f17c628da46dbdd133070 david.blume@gmail.com (dblume) Sat, 30 Mar 2024 09:59:43 -0700 221c902c6bf211a1183f17c628da46dbdd133070 Use build-in style for nvim 0.10 Since nvim 0.10 will change the way old styles work, use the baked in desert theme. Also add eol to listchars https://git.dlma.com/dotfiles.git/commit/8e869195c35f678047e4474ef26ec41804ed2894 david.blume@gmail.com (dblume) Fri, 29 Mar 2024 23:52:48 -0700 8e869195c35f678047e4474ef26ec41804ed2894