Select a color scheme for your Dotfyle experience

nvimdev / dashboard-nvim

dashboard-nvim

vim dashboard
2696 206 0 1 month ago
startup awesome-neovim
dashboard-nvim is a start screen that offers a configurable and fast interface. It has low memory usage, as it doesn't store all user configuration in memory. The plugin supports two themes, Hyper and Doom, each with their own customizable options. Users can configure shortcuts, display plugin information, and utilize various actions for quick access to files and projects. The plugin also provides options to preview files and customize the appearance of the header and footer.

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "nvimdev/dashboard-nvim",
  event = "VimEnter",
  config = function()
    require("dashboard").setup {
      -- config
    }
  end,
  dependencies = { {"nvim-tree/nvim-web-devicons"}}
}

Developers using dashboard-nvim

more configs
jdhao/nvim-config
/
4131 init.lua 58 4288
rafi/vim-config
/
1956 init.lua 68 6281
Matt-FTW/dotfiles
/.config/nvim
638 init.lua 254 12722
scottmckendry/Windots
/nvim
408 init.lua 34 2845