|
||
---|---|---|
.github | ||
doc | ||
lua | ||
.gitignore | ||
.stylua.toml | ||
README.md | ||
init.lua |
README.md
Installation
Install Neovim
Kickstart.nvim targets only the latest 'stable' and latest 'nightly' of Neovim. If you are experiencing issues, please make sure you have the latest versions.
Install External Dependencies
NOTE Backup your previous configuration (if any exists)
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_font
ininit.lua
to 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
Install Kickstart
Clone kickstart.nvim:
Linux and Mac
git clone https://github.com/SarjyantShrestha/kickstart.nvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim