Go to file
Emma Turner 55d4d25f6e Update README with LuaRocks instructions 2025-11-17 12:59:04 -07:00
lua Remove Sunglasses plugin 2025-05-06 11:18:27 -06:00
.gitignore initial commit 2023-10-19 17:58:32 -06:00
.markdownlint.json Update to use LazyVim default plugins 2024-12-18 11:11:36 -07:00
.neoconf.json initial commit 2023-10-19 17:58:32 -06:00
LICENSE initial commit 2023-10-19 17:58:32 -06:00
README.md Update README with LuaRocks instructions 2025-11-17 12:59:04 -07:00
init.lua initial commit 2023-10-19 17:58:32 -06:00
lazyvim.json Use snacks picker 2025-07-21 11:21:57 -06:00
stylua.toml initial commit 2023-10-19 17:58:32 -06:00

README.md

💤 LazyVim

Based of the starter template for LazyVim. Refer to the documentation to learn more.

Setup

A c compiler is required to install treesitter parsers. Currently using gcc from the 64-bit win32 ucrt version of Mingw.

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.

LuaRocks

Neorg currently require LuaRocks to install properly. To install:

  1. Install Lua from LuaForWindows [https://github.com/rjpcomputing/luaforwindows]
  2. Install standalone (64-bit) LuaRocks [https://luarocks.github.io/luarocks/releases/]
  3. Add LuaRocks to the PATH

Nerd Font

A "Nerd Font" is used to get the correct symbols used by LazyVim.

Currently using "JetBrainsMono" no ligature (NL) nerd font from the Nerd Font site.

If using Neovim from the terminal, ensure the terminal font is set to JetBrainsMono.

Programs

  • ripgrep
  • fd
  • fzf
  • nodeJs
    • used for installing jsonls, an lsp used for nvim config.

These programs can all be installed with winget.

winget install BurntSushi.ripgrep.MSVC sharkdp.fd fzf OpenJS.NodeJS

Neovim and Git can also be installed this way.

winget install Git.Git Neovim.Neovim