Commit graph

7 commits

Author SHA1 Message Date
dfa1a569ea
Fix typo in .env file 2024-10-16 11:31:47 -05:00
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
2c46da9c83
Drop this line I don't even remember why I added
Seems this is quite frowned upon. Couldn't tell ya why the heck I even
added this.
2024-06-18 21:29:49 -05:00
d4ae18d2e3
Add SSH_AUTH_SOCK to fix recent GNOME change
Need to see how this works over on ol' macOS, got a feeling it'll break
something over there and will need to be walled off
2024-03-04 11:29:34 -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 env (Browse further)