Skip to content

Vim configuration files, maintained for macOS. Includes a custom color scheme and plugin setup using Vim's native package system.

License

Notifications You must be signed in to change notification settings

satorunooshie/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github.com/satorunooshie/dotfiles startuptime

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


Installation

# Install plugins and the colorscheme.
vim -c 'call InstallPackPlugins()'

Requirements:

  • Vim 9 or later
  • Built with +packages support

Maintenance

vim -c 'call UpdatePackPlugins()'

Startup Time Benchmarking

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.


Directory Structure

.
├── .vimrc                   # Vim configuration
├── colors/
│   └── pairs.vim            # Custom colorscheme
├── pack/
│   └── ...                  # Plugins (native package structure)

Notes

  • Plugins are managed using Vim’s built-in :packadd system.
  • No external plugin manager is used.
  • The colorscheme is pairscolorscheme, a custom theme maintained in a separate repository.
  • Configuration is tested primarily on macOS.

About

Vim configuration files, maintained for macOS. Includes a custom color scheme and plugin setup using Vim's native package system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors