Fork of dam9000/kickstart-modular.nvim
External Requirements:
- Basic utils:
git
,make
,unzip
, C Compiler (gcc
) - ripgrep
- Clipboard tool (xclip/xsel/win32yank or other depending on platform)
- A Nerd Font: optional, provides various icons
- if you have it set
vim.g.have_nerd_font
ininit.lua
to true
- if you have it set
- Language Setup:
- If you want to write Typescript, you need
npm
- If you want to write Golang, you will need
go
- etc.
- If you want to write Typescript, you need
OS | PATH |
---|---|
Linux, MacOS | $XDG_CONFIG_HOME/nvim , ~/.config/nvim |
Windows (cmd) | %localappdata%\nvim\ |
Windows (powershell) | $env:LOCALAPPDATA\nvim\ |
Linux and Mac
git clone [email protected]:maya-doshi/nvimcfg.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows
cmd.exe
:
git clone [email protected]:maya-doshi/nvimcfg.git %userprofile%\AppData\Local\nvim\
powershell.exe
git clone [email protected]:maya-doshi/nvimcfg.git $env:USERPROFILE\AppData\Local\nvim\