aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-02 23:29:12 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-02 23:29:12 +0200
commit8b1447cca20022002b2a85ee0076d99007507077 (patch)
treeb825cc7189a1131cb9a0199adf4e7e7e1828ec54
parentrefactor: minor things(lua_ls and cmp opts) (diff)
downloadnvim-8b1447cca20022002b2a85ee0076d99007507077.tar.gz
docs: add "--depth=1" to the installation command
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a4433f..24f401b 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,5 @@ My custom Neovim setup
Download into your config directory
```sh
-git clone https://github.com/pml68/nvim-setup ~/.config/nvim
+git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim
```