Added install and uninstall

This commit is contained in:
SamPosh 2023-04-14 09:04:14 +05:30 committed by GitHub
parent a292c1390f
commit e1e38d6ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -23,6 +23,20 @@ F10 - step over
F11 - step into
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
For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim