Update README.md
This commit is contained in:
parent
11b93fc1a9
commit
cf0369f046
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue