Skip to content

Commit 4d8e648

Browse files
Mostly finished refactor. I think everything still works
1 parent 1fb8899 commit 4d8e648

25 files changed

+726
-740
lines changed

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
1-
# kickstart.nvim
1+
# papabryce's nvim (based on kickstart.nvim)
22

3-
## Installation
4-
5-
> **NOTE**
6-
> [Backup](#FAQ) your previous configuration (if any exists)
7-
8-
Requirements:
9-
* Make sure to review the README of the plugins if you are experiencing errors. In particular:
10-
* [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers.
11-
* See [Windows Installation](#Windows-Installation) if you have trouble with `telescope-fzf-native`
3+
## install
124

135
Neovim's configurations are located under the following paths, depending on your OS:
146

157
| OS | PATH |
168
| :- | :--- |
179
| Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
18-
| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
10+
| macOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
1911
| Windows (cmd)| `%userprofile%\AppData\Local\nvim\` |
2012
| Windows (powershell)| `$env:USERPROFILE\AppData\Local\nvim\` |
2113

22-
Clone kickstart.nvim:
14+
Clone:
2315

2416
- on Linux and Mac
2517
```sh
@@ -36,23 +28,9 @@ git clone [email protected]:papabryce/nvim-config.git %userprofile%\AppData\Local\n
3628
git clone [email protected]:papabryce/nvim-config.git $env:USERPROFILE\AppData\Local\nvim\
3729
```
3830

31+
- you also need `fzf` and `ripgrep`
3932

40-
### Post Installation
41-
42-
Start Neovim
43-
44-
```sh
45-
nvim
46-
```
47-
48-
The `Lazy` plugin manager will start automatically on the first run and install the configured plugins - as can be seen in the introduction video. After the installation is complete you can press `q` to close the `Lazy` UI and **you are ready to go**! Next time you run nvim `Lazy` will no longer show up.
49-
50-
If you would prefer to hide this step and run the plugin sync from the command line, you can use:
51-
52-
```sh
53-
nvim --headless "+Lazy! sync" +qa
54-
```
55-
### Windows Installation
33+
### windows install
5634

5735
Installation may require installing build tools, and updating the run command for `telescope-fzf-native`
5836

doc/kickstart.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

doc/tags

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)