goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.73k stars 101 forks source link

docs: update for NerdFonts v3 #231

Closed cstrahan closed 12 months ago

cstrahan commented 12 months ago

This fixes the docs, along the lines of: https://github.com/goolord/alpha-nvim/pull/209

cstrahan commented 12 months ago

Prior to this change:

~/src/nvim_plugins/alpha-nvim
% nerdfix check --recursive . 2>/dev/null
note: Found obsolete icon U+F659
    ┌─ ./doc/alpha.txt:277:38
    │
277 │              dashboard.button( "q", "  Quit NVIM" , ":qa<CR>"),
    │                                      ^ Icon 'mdi-close_circle_outline' is marked as obsolete
    │
    = You could replace it with:
          1. 󰅚 U+F015A md-close_circle_outline
          2. 󰢃 U+F0883 md-close_circle_multiple_outline
          3. 󰏦 U+F03E6 md-pause_circle_outline
          4. 󰮕 U+F0B95 md-eye_circle_outline

note: Found obsolete icon U+F659
    ┌─ ./doc/alpha.txt:322:40
    │
322 │                 startify.button( "q", "  Quit NVIM" , ":qa<CR>"),
    │                                        ^ Icon 'mdi-close_circle_outline' is marked as obsolete
    │
    = You could replace it with:
          1. 󰅚 U+F015A md-close_circle_outline
          2. 󰢃 U+F0883 md-close_circle_multiple_outline
          3. 󰏦 U+F03E6 md-pause_circle_outline
          4. 󰮕 U+F0B95 md-eye_circle_outline