ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

dashboard_image error #1203

Closed jwangtobeno1 closed 3 months ago

jwangtobeno1 commented 3 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.5

Operating system/version

Arch WSL2

Terminal name/version

WSL2

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

The following problem occurs when I use this method to change dashboard image

image

The Follow is my settings:

image

Expected behavior

only show my image

Actual behavior

No response

Additional information

No response

ayamir commented 3 months ago
settings["dashboard_image"] = function()
    return {
        -- your ascii image
    }
end
jwangtobeno1 commented 3 months ago

ok,it works

settings["dashboard_image"] = function()
  return {
      -- your ascii image
  }
end