aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-24 11:16:28 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-24 11:16:28 +0100
commit4b6d7385aee829820be0783eb1286eed25b1b0fc (patch)
tree4e959e574b1320095a46ed0c153d36b7cff54f59 /README.md
parentdocs(README): add build status badge (diff)
downloadnvim-4b6d7385aee829820be0783eb1286eed25b1b0fc.tar.gz
feat: replace Sourcehut with my cgit instance
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 88693a0..69f2758 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# nvim-setup
-
-[![builds.sr.ht status](https://builds.sr.ht/~pml68/nvim-setup.svg)](https://builds.sr.ht/~pml68/nvim-setup)
+# nvim
My custom Neovim setup
@@ -11,7 +9,7 @@ You're going to need Neovim 0.11+ and the `tree-sitter` CLI in your PATH.
Download into your config directory
```sh
-git clone --depth=1 https://git.sr.ht/~pml68/nvim-setup ~/.config/nvim
+git clone --depth=1 git://git.pml68.dev/nvim ~/.config/nvim
```
## Usage with Docker