diff options
| author | philw <dscr@duck.com> | 2024-04-30 20:11:56 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-04-30 20:11:56 +0200 |
| commit | 66be3b7e7f65967b238f8e93865a8bd1a9f01bf3 (patch) | |
| tree | cc9a06bb466d158ecf3ccf84165465e6540ee88f /README.md | |
| parent | 00ded90580ba40155adfb90d4f9aab8318140199 (diff) | |
| download | neovim-66be3b7e7f65967b238f8e93865a8bd1a9f01bf3.tar.gz neovim-66be3b7e7f65967b238f8e93865a8bd1a9f01bf3.zip | |
Update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
| @@ -14,10 +14,6 @@ Make sure you analyzed the output properly: | |||
| 14 | 14 | ||
| 15 | - Your neovim must be >= 0.7.0 to run this config | 15 | - Your neovim must be >= 0.7.0 to run this config |
| 16 | 16 | ||
| 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 | 17 | ### Installation |
| 22 | 18 | ||
| 23 | > Easy way | 19 | > Easy way |
| @@ -25,12 +21,12 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\ | |||
| 25 | You can just clone this repo to your .config folder | 21 | You can just clone this repo to your .config folder |
| 26 | 22 | ||
| 27 | ```bash | 23 | ```bash |
| 28 | git clone https://codeberg.com/philw/nvim ~/.config | 24 | git clone https://codeberg.org/philw/nvim ~/.config |
| 29 | ``` | 25 | ``` |
| 30 | 26 | ||
| 31 | > My way | 27 | > My way |
| 32 | 28 | ||
| 33 | I use  to manage my , so I encourage you to use it too. | 29 | I use [gnu-stow](https://www.gnu.org/software/stow/) to manage my [dotfiles](https://codeberg.org/philw/rice), so I encourage you to use it too. |
| 34 | 30 | ||
| 35 | Use your package manage of choice to get stow, for example: | 31 | Use your package manage of choice to get stow, for example: |
| 36 | 32 | ||
