A Fork for kickstart.nvim
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. (Neovim >= 0.8.0, beware ubuntu users!)
- Backup your previous configuration
- (Recommended) Fork this repo (so that you have your own copy that you can modify).
- Clone the kickstart repo into
$HOME/.config/nvim/
(Linux/Mac) or~/AppData/Local/nvim/
(Windows)- If you don't want to include it as a git repo, you can just clone it and then move the files to this location
- Start Neovim (
nvim
) and allowlazy.nvim
to complete installation. - Restart Neovim
- :MasonInstall clangd
- :MasonInstall pyright
- :MasonInstall typescript-language-server
- :Copilot setup
- You're ready to go!
Additional system requirements:
- Make sure to review the readmes of the plugins if you are experiencing errors. In particular:
- See as well Windows Installation