https://git.dlma.com/dotfiles.git/tree/610d5d0ca3565aec761f89a31d134672f06545e4Recent commits to dotfiles.git (610d5d0ca3565aec761f89a31d134672f06545e4)2024-04-01T22:45:56-07:00tag:gitlist.org,2012:commit/610d5d0ca3565aec761f89a31d134672f06545e4Disable taglist's auto resizing window (tmux)2024-04-01T22:45:56-07:00dblumedblume@roku.com
<pre>Neovim in tmux has taglist try to resize the window when opening the
taglist, but it causes bad wrapping. Disable it.
</pre>
tag:gitlist.org,2012:commit/221c902c6bf211a1183f17c628da46dbdd133070Tweak nvim desert Fold and Diff styles2024-03-30T09:59:43-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/8e869195c35f678047e4474ef26ec41804ed2894Use build-in style for nvim 0.102024-03-29T23:52:48-07:00dblumedavid.blume@gmail.com
<pre>Since nvim 0.10 will change the way old styles work, use the
baked in desert theme.
Also add eol to listchars
</pre>
tag:gitlist.org,2012:commit/7e74fa7e6ab6cba4ba76443038314874130f4899Check for nvim after setting $PATH2024-03-27T23:29:16-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/51fae5e6f4f0a77283800c3487c0ae7cd05ec3bcDon't set cursorline if we're not gonna see anything2024-03-26T22:48:32-07:00dblumedavid.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.
</pre>
tag:gitlist.org,2012:commit/681232ec211161339ff54131c6ded5638deb0f37Set cursorlineopt to number so diff style unchanged2024-03-26T22:23:29-07:00dblumedavid.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"
</pre>
tag:gitlist.org,2012:commit/73cc4060917f09d3d172e62f8c91c1e1e5b1e011Restore cursor line number highlighting; unset mouse2024-03-26T10:10:19-07:00dblumedavid.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
</pre>
tag:gitlist.org,2012:commit/3dd469eb3512805002113ee9fa6869ad7ed000b5Make c-] show taglist like it did in vim2024-03-25T13:53:12-07:00dblumedblume@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.
</pre>
tag:gitlist.org,2012:commit/2d94f9f72d7982876a4f856464f7c6249de9aa68Vim insert mode's blue should be muted just a bit2024-03-19T23:14:06-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/845fb01d3dd3f48c4cde4e56f59b01bc737a9d67.vimrc needs explicit "noruler" sometimes2024-03-19T23:03:20-07:00dblumedavid.blume@gmail.com
<pre></pre>