Skip to content

Commit

Permalink
fix(nvim): dashboard ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jun 28, 2024
1 parent a2f14fa commit 8019f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/lua/diaoul/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,12 @@ return {
-- TODO: rework this (to include recent projects?)
{
"nvimdev/dashboard-nvim",
dependencies = {
"MaximilianLloyd/ascii.nvim",
},
event = "VimEnter",
opts = function()
local ascii = require("ascii")
local opts = {
theme = "doom",
hide = {
Expand All @@ -363,6 +367,7 @@ return {
statusline = false,
},
config = {
header = ascii.art.text.neovim.ansi_shadow,
-- stylua: ignore
center = {
{ desc = " Find file", icon = "", key = "f", action = 'lua require("diaoul.util.pick").files()' },
Expand Down

0 comments on commit 8019f7b

Please sign in to comment.