|
|
||
|---|---|---|
| .github | ||
| doc | ||
| lua | ||
| .gitignore | ||
| .stylua.toml | ||
| LICENSE.md | ||
| README.md | ||
| init.lua | ||
README.md
kickstart.nvim
Personal fork of kickstart.nvim
[Link to kickstart repo] (https://github.com/nvim-lua/kickstart.nvim)
Installation
Install Neovim
Kickstart.nvim targets only the latest 'stable' and latest 'nightly' of Neovim.
Install External Dependencies
- Basic utils:
git,make,unzip, C Compiler (gcc) - ripgrep, fd-find
- Clipboard tool (xclip/xsel/win32yank or other depending on the platform)
- A Nerd Font: optional, provides various icons
- if you have it set
vim.g.have_nerd_fontininit.luato true
- if you have it set
- Emoji fonts (Ubuntu only, and only if you want emoji!)
sudo apt install fonts-noto-color-emoji
Install Kickstart
After cloning, move files into ~/.config/nvim/
Getting Started
The Only Video You Need to Get Started with Neovim
Install Recipes
Below you can find OS specific install instructions for Neovim and dependencies.
After installing all the dependencies continue with the Install Kickstart step.
Linux Install
Ubuntu Install Steps
Arch Install Steps
sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim