- Create a folder in dashboard (ex: mkdir ~/.config/nvim/lua/dashboard)
- Create a lut file in dashboard (ex: touch ~/.config/nvim/lua/dashboard/init.lua)
- Copy the copy the content of init.lua, make sure the
dashboard
ofsnacks.nvim
is set tofalse
- in Lazy.lua import first your dashboard
require("lazy").setup({
spec = {
{ import = "dashboard" }, -- <--- import first your dashboard
-- add LazyVim and import its plugins