diff options
author | Oxbian <got.dacs@slmail.me> | 2024-05-13 22:00:47 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2024-05-13 22:00:47 +0200 |
commit | 29f83df862462ec2b6ce7e545bd9e2853a5ee0c3 (patch) | |
tree | ea9cb39f2589b25e64a7482375c9d3e696d25d1d /README.md | |
parent | f63208096bd0b5623692839a7091e99008ef5e0a (diff) | |
download | vimrc-29f83df862462ec2b6ce7e545bd9e2853a5ee0c3.tar.gz vimrc-29f83df862462ec2b6ce7e545bd9e2853a5ee0c3.zip |
UPDATE: README + remove undofile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ You will need `vim` and `git` to be able to use this configuration. Normally if you run the `install.sh` script it will work, but if you have a problem, try to install vim plug and check if your problem is solved. *This vim config is expected to be cloned into `.config/vim`* + +```sh +git clone https://git.arka.rocks/Oxbian/vimrc.git $HOME/.config/vim +``` + **Be careful the install.sh script remove everything in `$HOME/.vim` !** ```sh |