This commit is contained in:
TJ DeVries 2023-02-15 15:34:45 -05:00
parent 68a0332ac2
commit 1afbeca63f
1 changed files with 5 additions and 1 deletions

View File

@ -14,13 +14,17 @@ This repo is meant to be used as a starting point for a user's own configuration
### Installation
* Backup your previous configuration
* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` (Linux) or `~/AppData/Local/nvim/init.lua` (Windows)
* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` (Linux/Mac) or `~/AppData/Local/nvim/init.lua` (Windows)
* Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly
* Restart Neovim
If there are languages that you don't want to use, remove their configuration and notes from your `init.lua` after copy and pasting (for example, in the mason configuration).
Additional requirements:
- Make sure to review the readmes of the plugins in the plugin list if anything is missing. In particular:
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers.
### Windows Installation
Installation may require installing build tools, and updating the run command for `telescope-fzf-native`