diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-02 23:29:12 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-02 23:29:12 +0200 |
| commit | 8b1447cca20022002b2a85ee0076d99007507077 (patch) | |
| tree | b825cc7189a1131cb9a0199adf4e7e7e1828ec54 | |
| parent | refactor: minor things(lua_ls and cmp opts) (diff) | |
| download | nvim-8b1447cca20022002b2a85ee0076d99007507077.tar.gz | |
docs: add "--depth=1" to the installation command
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
