My personal neovim config files.
Requires latest version of neovim (0.9.4 at time of writing).
From kickstart.nvim:
- 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_font in init.lua to true
- Language Setup:
- If want to write Typescript, you need npm
- If want to write Golang, you will need go, etc.
Ultisnips uses python so pynvim is required. Vimtex requires latexmk (included with MiKTeX or TeXLive-full)
Copy this repo into ~/.config and rename to "nvim".