diff options
| author | Chris Patti <feoh@feoh.org> | 2025-02-16 22:37:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 22:37:44 -0500 |
| commit | 10ea10b279bb7facb119a57c06a336532ced411b (patch) | |
| tree | 4713c99a69c129bcef9360e5e2ac88a17c7c5a93 | |
| parent | 67ca21c816a5de5c7a77f3296797528edf9d8e20 (diff) | |
| download | dots-10ea10b279bb7facb119a57c06a336532ced411b.tar.gz | |
Add a blurb about installing missing emoji on Ubuntu
Right next to the nerdfonts blurb as requested.
| -rw-r--r-- | nvim/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index 3cabe65..9284111 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -27,6 +27,7 @@ External Requirements: - Clipboard tool (xclip/xsel/win32yank or other depending on the platform) - A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons - if you have it set `vim.g.have_nerd_font` in `init.lua` to true +- Emoji fonts (Ubuntu only, and only if you want emoji!) `sudo apt install fonts-noto-color-emoji` - Language Setup: - If you want to write Typescript, you need `npm` - If you want to write Golang, you will need `go` |