Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README): clarify font requirements in the README #1245

Merged
merged 3 commits into from
Dec 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ 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 [Meslo Nerd Font](https://github.com/ryanoasis/nerd-fonts/).
2. Set your terminal font to "MesloLGM Nerd Font Mono".
1. Install one of the Nerd fonts, for example: [Meslo Nerd Font](https://github.com/ryanoasis/nerd-fonts/).
refaelsh marked this conversation as resolved.
Show resolved Hide resolved
2. Set your terminal font to the Nerd font you installed in the previous step.
refaelsh marked this conversation as resolved.
Show resolved Hide resolved
refaelsh marked this conversation as resolved.
Show resolved Hide resolved
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
Loading