Add scratchpad function

Update README with new font and more info about mingw64 compiler installation
This commit is contained in:
Emma Turner
2025-04-23 11:08:00 -06:00
parent ae6dcffa27
commit 5b2f0966c7
3 changed files with 18 additions and 4 deletions

View File

@@ -9,13 +9,15 @@ A c compiler is required to install treesitter parsers. Currently using gcc from
This can be installed from [https://github.com/niXman/mingw-builds-binaries/releases]
The `mingw64` folder will need to be "installed" (ex. moved to `C:\ProgramData\`) and added to the path for neovim to use it.
### Nerd Font
A "Nerd Font" is used to get the correct symbols used by LazyVim.
The Cascadia Code nerd font is CaskaydiaCove from the [Nerd Font site](https://www.nerdfonts.com/font-downloads).
Currently using "JetBrainsMono" no ligature (NL) nerd font from the [Nerd Font site](https://www.nerdfonts.com/font-downloads).
If using Neovim from the terminal, ensure the terminal font is set to CaskaydiaCove.
If using Neovim from the terminal, ensure the terminal font is set to JetBrainsMono.
### Programs