Go to file
Emma Turner 1082110ab6 Add mini-surround extra 2024-06-14 09:18:57 -06:00
lua Use lazy.nvim keybinds for GitSigns, Add sunglasses.nvim 2024-01-30 09:27:50 -07:00
.gitignore initial commit 2023-10-19 17:58:32 -06: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 Add mini-surround extra 2024-06-14 09:18:57 -06:00
init.lua initial commit 2023-10-19 17:58:32 -06:00
lazyvim.json Add mini-surround extra 2024-06-14 09:18: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]

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.

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

Programs

  • ripgrep
  • fd
  • 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 OpenJS.NodeJS

Neovim and Git can also be installed this way.

winget install Git.Git Neovim.Neovim