Recent commits to dotfiles.git (35e550ca1f794ac0dd630abf03c8f3ca5f64207e) https://git.dlma.com/dotfiles.git/tree/35e550ca1f794ac0dd630abf03c8f3ca5f64207e Recent commits feed provided by GitList. 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 Check for nvim after setting $PATH https://git.dlma.com/dotfiles.git/commit/7e74fa7e6ab6cba4ba76443038314874130f4899 david.blume@gmail.com (dblume) Wed, 27 Mar 2024 23:29:16 -0700 7e74fa7e6ab6cba4ba76443038314874130f4899 Don't set cursorline if we're not gonna see anything 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. https://git.dlma.com/dotfiles.git/commit/51fae5e6f4f0a77283800c3487c0ae7cd05ec3bc david.blume@gmail.com (dblume) Tue, 26 Mar 2024 22:48:32 -0700 51fae5e6f4f0a77283800c3487c0ae7cd05ec3bc Set cursorlineopt to number so diff style unchanged Without this change, diff lines with differences will have an underline (implemented by #9028). See https://github.com/neovim/neovim/issues/9800 TODO: Maybe don't default cursorline to true since it slows down drawing. I only use it for number modes. So maybe "au OptionSet number set cursorline" https://git.dlma.com/dotfiles.git/commit/681232ec211161339ff54131c6ded5638deb0f37 david.blume@gmail.com (dblume) Tue, 26 Mar 2024 22:23:29 -0700 681232ec211161339ff54131c6ded5638deb0f37 Restore cursor line number highlighting; unset mouse Restore highlighting for the current cursor line number to the way neovim worked pre 8.0. See https://vi.stackexchange.com/questions/17073/cursorlinenr-highlight-not-working https://git.dlma.com/dotfiles.git/commit/73cc4060917f09d3d172e62f8c91c1e1e5b1e011 david.blume@gmail.com (dblume) Tue, 26 Mar 2024 10:10:19 -0700 73cc4060917f09d3d172e62f8c91c1e1e5b1e011 Make c-] show taglist like it did in vim Swap <c-]> with g<c-]>, so the easier command shows a list when there are multiple tags. Also stop defaulting to "very magic" searches. https://git.dlma.com/dotfiles.git/commit/3dd469eb3512805002113ee9fa6869ad7ed000b5 dblume@roku.com (dblume) Mon, 25 Mar 2024 13:53:12 -0700 3dd469eb3512805002113ee9fa6869ad7ed000b5