Skip to content

zerochae/zerodash.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zerodash.nvim

minimal nvim dashboard manager plugin

🖥️ Demo

스크린샷 2024-04-28 20 37 15

✨ Features

📦 Installation

-- lazy.nvim
  {
    "zerochae/zerodash.nvim",
    event = "BufEnter",
    config = function()
      require("zerodash").setup()
    end,
  },

⚙️ Configuration

 {
  header = {
    [[     ┏┓╻   ╻ ╻   ╻   ┏┳┓     ]],
    [[     ┃┗┫   ┃┏┛   ┃   ┃┃┃     ]],
    [[     ╹ ╹   ┗┛    ╹   ╹ ╹     ]],
  },
  header_cmd = {},
  buttons = {},
  highlight = {
    header = {
      fg = "#519fdf",
      bg = "none",
    },

    buttons = {
      fg = "#8fc6f4",
      bg = "none",
    },
  },
}

About

dashboard in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages