Update README.md

This commit is contained in:
mgua 2023-04-25 21:30:16 +02:00 committed by GitHub
parent 11b93fc1a9
commit cf0369f046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -18,17 +18,19 @@ Distribution Alternatives:
---------------- ----------------
Procedure for linux<p> <b>Procedure for linux</b><p>
exit from nvim if open<p> Exit from nvim if open<p>
<pre>
cd $HOME/.config cd $HOME/.config
mv nvim nvim_old mv nvim nvim_old
mkdir nvim mkdir nvim
cd nvim cd nvim
git clone https://github.com/mgua/kickstart.nvim.git . git clone https://github.com/mgua/kickstart.nvim.git .
</pre>
start nvim <p>Start nvim now, and you should see the automatic download and updates by lazy<p>