Skip to content

Commit

Permalink
doc: clarify font requirement in TL;DR (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom authored Jan 28, 2024
1 parent 599d79e commit 7e4fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To learn more about the philosophy of the project check the [philosophy](#-philo
For neovim beginners who don't want to tinker with the configurations:

1. Install one of the Nerd fonts, for example Meslo Nerd Font from [Nerd Fonts](https://www.nerdfonts.com/font-downloads).
2. Set your terminal font to the installed Nerd Font.
2. Set your terminal font to the monospace variant of the installed font, for example "MesloLGM Nerd Font Mono".
3. Make sure you have git by running `git --version`
4. Paste the sample init.lua below to `~/.config/nvim/init.lua`
5. Start taking notes by `nvim test.norg`
Expand Down

0 comments on commit 7e4fb30

Please sign in to comment.