| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix FreeBSD .editrc symlink | Benjamin Linskey | 6 days | 1 | -1/+1 |
| | | |||||
| * | vim: Switch color scheme to halation.vim | Benjamin Linskey | 7 days | 1 | -1/+1 |
| | | |||||
| * | Fix .editorconfig with separate src volume on Mac | Benjamin Linskey | 13 days | 1 | -0/+7 |
| | | |||||
| * | Handle FreeBSD-specific .editrc binding | Benjamin Linskey | 13 days | 1 | -0/+5 |
| | | |||||
| * | Switch to my custom color scheme | Benjamin Linskey | 13 days | 1 | -1/+1 |
| | | |||||
| * | Move Vim repos to project directory | Benjamin Linskey | 2026-05-30 | 1 | -4/+3 |
| | | |||||
| * | Allow branch specification for Vim plugins | Benjamin Linskey | 2026-05-29 | 1 | -3/+11 |
| | | |||||
| * | Ensure ~/tmp and ~/.cache exist | Benjamin Linskey | 2026-05-28 | 1 | -0/+3 |
| | | |||||
| * | Only install Vim plugins if vim is present | Benjamin Linskey | 2026-05-26 | 1 | -6/+6 |
| | | | | | This also consolidates vim-related code. | ||||
| * | Improve formatting in install.sh | Benjamin Linskey | 2026-05-26 | 1 | -6/+14 |
| | | |||||
| * | Install Vim plugins in ~/.vim-plugins | Benjamin Linskey | 2026-05-26 | 1 | -0/+21 |
| | | | | | | | This clones the plugins outside of ~/.vim and symlinks them into place, keeping them out of this repository and allowing us to clone their full history while avoiding the complexity of Git subtrees. | ||||
| * | Move makefile commands to a separate script | Benjamin Linskey | 2026-05-26 | 1 | -0/+12 |
| | | |||||
| * | Reorganize files | Benjamin Linskey | 2025-11-10 | 1 | -10/+0 |
| | | |||||
| * | Move Windows-specific stuff out of default target | Benjamin Linskey | 2025-11-10 | 1 | -17/+0 |
| | | | | | Manually run "make win" to perform Windows setup. | ||||
| * | Remove Linux/Gnome-specific stuff | Benjamin Linskey | 2025-11-10 | 1 | -5/+0 |
| | | |||||
| * | Initial commit | Benjamin Linskey | 2025-11-05 | 1 | -0/+32 |