A launch point for your personal nvim configuration
Go to file
MaasOedipa 547e626c5f neotree moved to custom plugins, to config more personally 2025-10-31 14:37:10 +01:00
.github chore: fix typo in bug report issue template (#1306) 2025-01-15 14:37:36 -05:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
lua neotree moved to custom plugins, to config more personally 2025-10-31 14:37:10 +01:00
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
.stylua.toml Use call_parentheses 2023-06-16 21:12:11 -07:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md updated README to more personal use 2025-10-18 21:50:04 +02:00
init.lua trying out neotree 2025-10-30 11:28:38 +01:00

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_font in init.lua to true
  • 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