Files
config.nvim/README.md
T
2026-01-27 20:28:09 +01:00

640 B

My NVIM Config

This repo contains my custom NeoVim config for software development.

Requirements

  1. Install Lua if you do not have it already.

  2. Install NeoVim following the kickstart guide:

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim
  1. Optionally install a Nerd Font.

References

My config is based on kickstart.nvim but I customized it following Henry Misc's video.