Added install and uninstall
This commit is contained in:
parent
a292c1390f
commit
e1e38d6ed9
14
README.md
14
README.md
|
@ -23,6 +23,20 @@ F10 - step over
|
||||||
F11 - step into
|
F11 - step into
|
||||||
shift + F11 - step out
|
shift + F11 - step out
|
||||||
|
|
||||||
|
|
||||||
|
### To install locally
|
||||||
|
```
|
||||||
|
git clone https://github.com/SamPosh/PyDevbox ~/.config/nvim --depth 1 && nvim
|
||||||
|
```
|
||||||
|
|
||||||
|
### To uninstall
|
||||||
|
```
|
||||||
|
rm -rf ~/.config/nvim
|
||||||
|
rm -rf ~/.local/share/nvim
|
||||||
|
rm -rf ~/.cache/nvim
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
This repo is forked from Kickstarter.nvim
|
This repo is forked from Kickstarter.nvim
|
||||||
For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim
|
For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim
|
||||||
|
|
Loading…
Reference in New Issue