Update README.md

This commit is contained in:
psychhim
2025-10-06 21:49:42 +05:30
committed by GitHub
parent aa39931431
commit 01ce4f7000

View File

@@ -2,39 +2,6 @@
https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b
### Introduction
Many modifications I have done with the original kickstart script. This is what I use daily.
It's way ahead of the starting point for Neovim that is: a fork of https://github.com/nvim-lua/kickstart.nvim
This repo is meant to be used by **YOU** to begin your Neovim journey; remove the things you don't use and add what you miss.
### Installation
Neovim's configurations are located under the following paths, depending on your OS:
| OS | PATH |
| :- | :--- |
| Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
| Windows (cmd)| `%userprofile%\AppData\Local\nvim\` |
| Windows (powershell)| `$env:USERPROFILE\AppData\Local\nvim\` |
Clone kickstart.nvim:
- on Linux and Mac
git clone https://github.com/psychhim/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
- on Windows (cmd)
git clone https://github.com/psychhim/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
- on Windows (powershell)
git clone https://github.com/psychhim/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
Neovim Custom Keymaps