Vim configuration files, maintained for macOS.
Includes the custom colorscheme and plugin setup using Vim's native package system.
📄 View the latest Vim startup time report
# Install plugins and the colorscheme.
vim -c 'call InstallPackPlugins()'Requirements:
- Vim 9 or later
- Built with
+packagessupport
vim -c 'call UpdatePackPlugins()'Startup time is measured using vim-startuptime, automatically run via GitHub Actions on every push to main.
Benchmark results are published as a badge (top of this page) and as Markdown reports in the Gist.
.
├── .vimrc # Vim configuration
├── colors/
│ └── pairs.vim # Custom colorscheme
├── pack/
│ └── ... # Plugins (native package structure)- Plugins are managed using Vim’s built-in
:packaddsystem. - No external plugin manager is used.
- The colorscheme is pairscolorscheme, a custom theme maintained in a separate repository.
- Configuration is tested primarily on macOS.