Vim Dashboard is a plugin designed to enhance your Vim startup experience by providing a customizable dashboard upon opening Vim.
- Customizable Dashboard: Easily configure your dashboard with widgets to display useful information.
- Quick Access: Direct access to recent files, bookmarks, and project directories.
- Custom Widgets: Add custom widgets to display any information you find useful.
- Easy Configuration: Simple configuration options to tailor the dashboard to your preferences.
- Minimalistic Design: A clean and clutter-free interface to keep your focus on what matters.
You can install Vim Dashboard using your favorite plugin manager. For example, using Vim-Plug:
Plug 'hunt-s7/vim-dashboard'
Reload your ~/.vimrc
and run :PlugInstall
.
Once installed, Vim Dashboard will automatically display upon opening Vim. You can customize the dashboard by editing your ~/.vimrc
:
" Customize dashboard
Arriving soon...
" Add custom widgets
Arriving soon...
For more information on customization options, refer to the documentation.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.