Commit graph

15 commits

Author SHA1 Message Date
db9d9628e5
Set a shared vim undo directory
And be sure to create it during installation
2024-06-25 20:46:37 -05:00
34dba2da21
Expand the short hand, do some additional clean up
Also added a line to always show the status line, similar to the one
thing I liked about NeoVim
2024-06-24 10:40:12 -05:00
7f4c250187
Add plugin to make it easier to jump out to GitHub 2024-06-24 10:13:23 -05:00
2fcbc384a4
Fix typo on Arch
I use Arch, BTW ;)
2024-06-19 09:36:25 -05:00
519fa2ab98
Conditionally set the runtime path 2024-06-18 20:54:23 -05:00
e2be791528
Added vimproc plugin
Even though it's required when on older vim versions, and I'm on neovim,
opening TypeScript files with FZF was borked. This fixes it.
Productivity ensues.
2024-03-28 11:02:50 -05:00
51ecf01feb
Couple of changes I had laying around 2023-10-01 12:26:44 -05:00
68955cea7c
I missed you Arch Linux 2023-07-07 18:51:29 -05:00
dce619ff59
Arch doesn't live here anymore 2022-12-28 15:11:15 -06:00
d248894481
Fix FZF on Debian
May just start to source these directly especially since that's the only
thing that I do that's reliant on the runtime path.
2022-09-06 11:53:52 -05:00
ce562d7eda
Added Copilot 2022-06-21 15:05:28 -05:00
186278be5a
Add homebrew path for fzf 2022-06-07 21:01:07 -05: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
feafeaf8da
Drop config that already has sane defaults
Neovim has some pretty great sane defaults, so no reason to keep stuff
around that's backfilling vim's lack of sane defaults.
2022-02-27 14:14:43 -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 vimrc (Browse further)