chore: simplify user configuration
This commit is contained in:
		@@ -1,21 +0,0 @@
 | 
			
		||||
-- customize alpha options
 | 
			
		||||
return {
 | 
			
		||||
  "goolord/alpha-nvim",
 | 
			
		||||
  opts = function(_, opts)
 | 
			
		||||
    -- customize the dashboard header
 | 
			
		||||
    opts.section.header.val = {
 | 
			
		||||
      " █████  ███████ ████████ ██████   ██████",
 | 
			
		||||
      "██   ██ ██         ██    ██   ██ ██    ██",
 | 
			
		||||
      "███████ ███████    ██    ██████  ██    ██",
 | 
			
		||||
      "██   ██      ██    ██    ██   ██ ██    ██",
 | 
			
		||||
      "██   ██ ███████    ██    ██   ██  ██████",
 | 
			
		||||
      " ",
 | 
			
		||||
      "    ███    ██ ██    ██ ██ ███    ███",
 | 
			
		||||
      "    ████   ██ ██    ██ ██ ████  ████",
 | 
			
		||||
      "    ██ ██  ██ ██    ██ ██ ██ ████ ██",
 | 
			
		||||
      "    ██  ██ ██  ██  ██  ██ ██  ██  ██",
 | 
			
		||||
      "    ██   ████   ████   ██ ██      ██",
 | 
			
		||||
    }
 | 
			
		||||
    return opts
 | 
			
		||||
  end,
 | 
			
		||||
}
 | 
			
		||||
@@ -1,4 +1,25 @@
 | 
			
		||||
return {
 | 
			
		||||
  -- customize alpha options
 | 
			
		||||
  {
 | 
			
		||||
    "goolord/alpha-nvim",
 | 
			
		||||
    opts = function(_, opts)
 | 
			
		||||
      -- customize the dashboard header
 | 
			
		||||
      opts.section.header.val = {
 | 
			
		||||
        " █████  ███████ ████████ ██████   ██████",
 | 
			
		||||
        "██   ██ ██         ██    ██   ██ ██    ██",
 | 
			
		||||
        "███████ ███████    ██    ██████  ██    ██",
 | 
			
		||||
        "██   ██      ██    ██    ██   ██ ██    ██",
 | 
			
		||||
        "██   ██ ███████    ██    ██   ██  ██████",
 | 
			
		||||
        " ",
 | 
			
		||||
        "    ███    ██ ██    ██ ██ ███    ███",
 | 
			
		||||
        "    ████   ██ ██    ██ ██ ████  ████",
 | 
			
		||||
        "    ██ ██  ██ ██    ██ ██ ██ ████ ██",
 | 
			
		||||
        "    ██  ██ ██  ██  ██  ██ ██  ██  ██",
 | 
			
		||||
        "    ██   ████   ████   ██ ██      ██",
 | 
			
		||||
      }
 | 
			
		||||
      return opts
 | 
			
		||||
    end,
 | 
			
		||||
  },
 | 
			
		||||
  -- You can disable default plugins as follows:
 | 
			
		||||
  -- { "max397574/better-escape.nvim", enabled = false },
 | 
			
		||||
  --
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user