Skip to content

Is there something I have to do to enable the initial loading screen? #1244

Discussion options

You must be logged in to vote

What I was looking for what called the "dashboard"

So a better way of asking the question would have been "how do I enable the dashboard?"

or "How do I make my nv-chad look more like the screenshots?"

I was able to do so by adding the following to my (custom) chadrc.lua file:

local M = {}

M.plugins = {
   user = {
      ["goolord/alpha-nvim"] = {
         disable = false,
      },
   },
}

return M

I found this information in the documentation here.

I am learning to code on and older computer and I feel NVIM is my best option. I'm hoping nv-chad helps me get over the learning curve.

Thank you @siduck for your help sir 😎 😎

Sorry for silly questions

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@greensourcecode
Comment options

Comment options

You must be logged in to vote
1 reply
@siduck
Comment options

Answer selected by greensourcecode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants