https://git.dlma.com/dotfiles.git/tree/7e74fa7e6ab6cba4ba76443038314874130f4899 Recent commits to dotfiles.git (7e74fa7e6ab6cba4ba76443038314874130f4899) 2024-03-27T23:29:16-07:00 tag:gitlist.org,2012:commit/7e74fa7e6ab6cba4ba76443038314874130f4899 Check for nvim after setting $PATH 2024-03-27T23:29:16-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/51fae5e6f4f0a77283800c3487c0ae7cd05ec3bc Don't set cursorline if we're not gonna see anything 2024-03-26T22:48:32-07:00 dblume david.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. &lt;/pre&gt; tag:gitlist.org,2012:commit/681232ec211161339ff54131c6ded5638deb0f37 Set cursorlineopt to number so diff style unchanged 2024-03-26T22:23:29-07:00 dblume david.blume@gmail.com <pre>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" &lt;/pre&gt; tag:gitlist.org,2012:commit/73cc4060917f09d3d172e62f8c91c1e1e5b1e011 Restore cursor line number highlighting; unset mouse 2024-03-26T10:10:19-07:00 dblume david.blume@gmail.com <pre>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 &lt;/pre&gt; tag:gitlist.org,2012:commit/3dd469eb3512805002113ee9fa6869ad7ed000b5 Make c-] show taglist like it did in vim 2024-03-25T13:53:12-07:00 dblume dblume@roku.com <pre>Swap <c-]> with g<c-]>, so the easier command shows a list when there are multiple tags. Also stop defaulting to "very magic" searches. &lt;/pre&gt; tag:gitlist.org,2012:commit/2d94f9f72d7982876a4f856464f7c6249de9aa68 Vim insert mode's blue should be muted just a bit 2024-03-19T23:14:06-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/845fb01d3dd3f48c4cde4e56f59b01bc737a9d67 .vimrc needs explicit "noruler" sometimes 2024-03-19T23:03:20-07:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/57541b3911384c2b6ad7f2e8ed6ba0a95315e118 Make the normal statusbar more greenish. 2024-03-19T22:38:48-07:00 dblume david.blume@gmail.com <pre>This aligns with my old airline/powerline status bar, and allows for greater visual difference when entering insert mode. &lt;/pre&gt; tag:gitlist.org,2012:commit/028880fb6e61d6fdc78ea24f6949c897e06ce3a0 Make "set ruler!" change status line 2024-03-19T22:22:43-07:00 dblume david.blume@gmail.com <pre>Maybe sometimes I'll want to see the column position in the status line. &lt;/pre&gt; tag:gitlist.org,2012:commit/cfd711679194230c326ad289d354dc0d1166bd31 Add DiffOrig from the vim help documentation 2024-03-19T18:08:21-07:00 dblume dblume@roku.com <pre>&lt;/pre&gt;