diff options
| author | Phil A. J. W. <dscr@duck.com> | 2025-01-11 17:37:05 +0000 |
|---|---|---|
| committer | Phil A. J. W. <dscr@duck.com> | 2025-01-11 17:37:05 +0000 |
| commit | 5bbacb3d11a62c7a665ee53bf4c09a5cc61acc2f (patch) | |
| tree | b1a56cef9d8614f41290c91099582209896edd65 /README.md | |
| parent | 7048f8921c7b7fa0d02a4e74e94b08084f4e0d91 (diff) | |
| parent | 783a40f4f430b2daec157e5396e5bd4d3ea65657 (diff) | |
| download | neovim-5bbacb3d11a62c7a665ee53bf4c09a5cc61acc2f.tar.gz neovim-5bbacb3d11a62c7a665ee53bf4c09a5cc61acc2f.zip | |
Merge pull request 'Preety much rewrite the whole project' (#2) from test into master
Reviewed-on: https://codeberg.org/philw/nvim/pulls/2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 |  | 3 |  |
| 4 | 4 | ||
| 5 | ### Features | ||
| 5 | ### Installation | 6 | ### Installation |
| 6 | 7 | ||
| 7 | Run checkhealth in your nvim to satisfy it's requirements | 8 | Run checkhealth in your nvim to satisfy it's requirements |
| @@ -14,10 +15,6 @@ Make sure you analyzed the output properly: | |||
| 14 | 15 | ||
| 15 | - Your neovim must be >= 0.7.0 to run this config | 16 | - Your neovim must be >= 0.7.0 to run this config |
| 16 | 17 | ||
| 17 | ```vim | ||
| 18 | git clone --depth 1 https://github.com/wbthomason/packer.nvim\ | ||
| 19 | ~/.local/share/nvim/site/pack/packer/start/packer.nvim | ||
| 20 | ``` | ||
| 21 | ### Installation | 18 | ### Installation |
| 22 | 19 | ||
| 23 | > Easy way | 20 | > Easy way |
| @@ -25,7 +22,7 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\ | |||
| 25 | You can just clone this repo to your .config folder | 22 | You can just clone this repo to your .config folder |
| 26 | 23 | ||
| 27 | ```bash | 24 | ```bash |
| 28 | git clone https://codeberg.com/philw/nvim ~/.config | 25 | git clone https://codeberg.org/philw/nvim ~/.config |
| 29 | ``` | 26 | ``` |
| 30 | 27 | ||
| 31 | > My way | 28 | > My way |
