Select a color scheme for your Dotfyle experience

nvimdev / dashboard-nvim

dashboard-nvim

vim dashboard
2047 126 5 5 days 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.

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
craftzdog/dotfiles-public
/.config/nvim
5978 init.lua 20 1296
jdhao/nvim-config
/
3190 init.lua 39 3730
rafi/vim-config
/
1829 init.lua 94 8118
joshmedeski/dotfiles
/.config/nvim
310 init.lua 55 2296