This module enhances the Neovim startup experience with a customizable dashboard that includes the current day prominently displayed at the top.
To include the dashboard in your setup, use the following configuration:
# In your Nix configuration
modules.imports = [
inputs.nvix.nvixModules.utils
inputs.nvix.nvixModules.dashboard
];
Note: The
utils
module is required to ensure functionality.
- Displays the current day at the top of the dashboard.
- Provides quick access to frequently used commands and files.
- Fully customizable layout and content.
- Dynamic Header: Shows the current day for a personalized touch.
- Quick Links: Customize the dashboard to include shortcuts to frequently accessed commands or files.
- Minimal Design: Focused and distraction-free startup screen.
- The dashboard is preconfigured with a minimal yet functional design, but it is fully customizable to suit your preferences.
- Easily add motivational quotes, project links, or your recent files for a more productive start.