External Requirements:
- Basic utils:
git,make,unzip, C Compiler (gcc) - ripgrep
- A Nerd Font: optional, provides various icons
- if you have it set
vim.g.have_nerd_fontininit.luato true
- if you have it set
- Language Setup:
- If want to write Typescript, you need
npm - If want to write Golang, you will need
go - etc.
- If want to write Typescript, you need
Linux and Mac
git clone https://github.com/jslucas/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvimWindows
If you're using cmd.exe:
git clone https://github.com/jslucacs/nvim.git %userprofile%\AppData\Local\nvim\
If you're using powershell.exe
git clone https://github.com/jslucas/nvim.git $env:USERPROFILE\AppData\Local\nvim\