Commit graph

7 commits

Author SHA1 Message Date
b53f430f59
Boomeranging back to Neovim
Been playing with new color schemes as I've switched to Alacritty. Ran
into a scenario where there was a color scheme for Neovim and not Vim.
New color scheme is solid, so my previous color scheme issues are now
null and void.

Instead of juggling around with a shared configuration, I've committed
to a separate configuration for Vim and Neovim.
2024-10-16 11:24:23 -05:00
983e0d4396
Dropping some more NeoVim references 2024-06-24 10:13:06 -05:00
a0a290a98a
Who let that tab in here? 2022-12-06 17:02:03 -06:00
bfd4b0d6bf
Force ssh:// over git://
This stemmed from an issue where an older version of npm wasn't properly
resolving git:// repos as well as github-style dependency names.

Don't think it'll cause any harm to carry this around between my rigs.
2022-06-06 13:45:01 -05:00
d663630e00
fix indenting
Who let that tab in here?
2022-03-11 11:53:02 -06:00
1769b16f23
Getting crazy with vim-plug
In an effort to reduce the amount of manual lifting being done, I'm
finally coming back around to using a plugin manager for [n]vim.

Also formally swapping `vim` references for `nvim`.
2022-02-27 14:52:26 -06:00
1ebbbcb8cd
Spring clean up
Quite a few updates to leverage GNU `stow` and reduce the manual efforts
in the install script. Localized my `[n]vim` color scheme of choice
since it hasn't been updated in years. Also updated the installer to
pull from remote instead of completely removing itself if it's already
present.

Contemplating moving to using some plugin managers for `zsh` and
`[n]vim` to help reduce the install size a bit more, and to provide a
bit more flexibility for anybody else running this.
2022-02-27 12:13:51 -06:00
Renamed from gitconfig (Browse further)