aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPhil A. J. W. <dscr@duck.com>2025-01-11 17:37:05 +0000
committerPhil A. J. W. <dscr@duck.com>2025-01-11 17:37:05 +0000
commit5bbacb3d11a62c7a665ee53bf4c09a5cc61acc2f (patch)
treeb1a56cef9d8614f41290c91099582209896edd65 /README.md
parent7048f8921c7b7fa0d02a4e74e94b08084f4e0d91 (diff)
parent783a40f4f430b2daec157e5396e5bd4d3ea65657 (diff)
downloadneovim-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.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b71bd8..3ab13b8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
2 2
3![nvim](https://user-images.githubusercontent.com/91333841/212791030-440472c6-1568-4754-9181-c47e69bc42d6.png) 3![nvim](https://user-images.githubusercontent.com/91333841/212791030-440472c6-1568-4754-9181-c47e69bc42d6.png)
4 4
5### Features
5### Installation 6### Installation
6 7
7Run checkhealth in your nvim to satisfy it's requirements 8Run 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
18git 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\
25You can just clone this repo to your .config folder 22You can just clone this repo to your .config folder
26 23
27```bash 24```bash
28git clone https://codeberg.com/philw/nvim ~/.config 25git clone https://codeberg.org/philw/nvim ~/.config
29``` 26```
30 27
31> My way 28> My way