A launch point for your personal nvim configuration
Go to file
Sarjyant 5fa4fe12b0 update readme.md 2024-10-01 07:57:18 +05:45
.github issue: #594 stylua workflow only on official kickstart repo (#609) 2024-02-01 11:01:46 -05:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
lua find files hidden true 2024-09-27 18:12:57 +05:45
.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
README.md update readme.md 2024-10-01 07:57:18 +05:45
init.lua commented dadbod 2024-09-27 18:09:40 +05:45

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 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.

Install Kickstart

Clone kickstart.nvim:

Linux and Mac
git clone https://github.com/SarjyantShrestha/kickstart.nvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim