diff options
Diffstat (limited to 'lua/config/alpha-nvim.lua')
| -rw-r--r-- | lua/config/alpha-nvim.lua | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lua/config/alpha-nvim.lua b/lua/config/alpha-nvim.lua deleted file mode 100644 index 521bce9..0000000 --- a/lua/config/alpha-nvim.lua +++ /dev/null @@ -1,32 +0,0 @@ -local alpha = require("alpha") -local dashboard = require("alpha.themes.dashboard") - --- Set header -dashboard.section.header.val = { - " ", - " ███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗ ", - " ████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║ ", - " ██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║ ", - " ██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║ ", - " ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║ ", - " ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ", - " ", -} - --- Set menu -dashboard.section.buttons.val = { - dashboard.button( "Leader f f", " > Find file", ":Leaderf file --popup<CR>"), - dashboard.button( "Leader f r", " > Recent files" , ":Leaderf mru --popup<CR>"), - dashboard.button( "Leader f g", " > Project grep" , ":Leaderf rg --popup<CR>"), - dashboard.button( "u", " > Update plugins" , ":PackerSync<CR>"), - dashboard.button( "e", " > New file" , ":enew <CR>"), - dashboard.button( "q", " > Quit NVIM", ":qa<CR>"), -} - -local fortune = require("alpha.fortune") -dashboard.section.footer.val = fortune() - -alpha.setup(dashboard.opts) - --- Send config to alpha -alpha.setup(dashboard.opts) |
