Recent commits to dotfiles.git (681232ec211161339ff54131c6ded5638deb0f37) https://git.dlma.com/dotfiles.git/tree/681232ec211161339ff54131c6ded5638deb0f37 Recent commits feed provided by GitList. 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 Vim insert mode's blue should be muted just a bit https://git.dlma.com/dotfiles.git/commit/2d94f9f72d7982876a4f856464f7c6249de9aa68 david.blume@gmail.com (dblume) Tue, 19 Mar 2024 23:14:06 -0700 2d94f9f72d7982876a4f856464f7c6249de9aa68 .vimrc needs explicit "noruler" sometimes https://git.dlma.com/dotfiles.git/commit/845fb01d3dd3f48c4cde4e56f59b01bc737a9d67 david.blume@gmail.com (dblume) Tue, 19 Mar 2024 23:03:20 -0700 845fb01d3dd3f48c4cde4e56f59b01bc737a9d67 Make the normal statusbar more greenish. This aligns with my old airline/powerline status bar, and allows for greater visual difference when entering insert mode. https://git.dlma.com/dotfiles.git/commit/57541b3911384c2b6ad7f2e8ed6ba0a95315e118 david.blume@gmail.com (dblume) Tue, 19 Mar 2024 22:38:48 -0700 57541b3911384c2b6ad7f2e8ed6ba0a95315e118 Make "set ruler!" change status line Maybe sometimes I'll want to see the column position in the status line. https://git.dlma.com/dotfiles.git/commit/028880fb6e61d6fdc78ea24f6949c897e06ce3a0 david.blume@gmail.com (dblume) Tue, 19 Mar 2024 22:22:43 -0700 028880fb6e61d6fdc78ea24f6949c897e06ce3a0 Add DiffOrig from the vim help documentation https://git.dlma.com/dotfiles.git/commit/cfd711679194230c326ad289d354dc0d1166bd31 dblume@roku.com (dblume) Tue, 19 Mar 2024 18:08:21 -0700 cfd711679194230c326ad289d354dc0d1166bd31 Improve Esc key reaction, fix gitcommit for vim Nvim works as desired without these changes. Vim seems to have &ft set before BufReadPost, so check gitcommit type there. https://git.dlma.com/dotfiles.git/commit/e9dbb7f192c676977d96a5132a2b88c3ab49f760 dblume@roku.com (dblume) Tue, 19 Mar 2024 10:46:40 -0700 e9dbb7f192c676977d96a5132a2b88c3ab49f760 Vim to delete comment char when joining comment lines https://git.dlma.com/dotfiles.git/commit/6b0a4fc8de263d277442a966b1101ee99fb7c23d david.blume@gmail.com (dblume) Tue, 19 Mar 2024 09:10:05 -0700 6b0a4fc8de263d277442a966b1101ee99fb7c23d