mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 19:28:52 +02:00
Updated 9. Update Config dan Uninstall (markdown)
parent
ee063d3145
commit
23024e9edc
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@ shift + s
|
|||
```
|
||||
# Uninstall Config
|
||||
## linux/macos (unix)
|
||||
```
|
||||
rm -rf ~/.config/nvim
|
||||
rm -rf ~/.local/share/nvim
|
||||
rm -rf ~/.cache/nvim
|
||||
```
|
||||
|
||||
## windows
|
||||
```
|
||||
rd -r ~\AppData\Local\nvim
|
||||
rd -r ~\AppData\Local\nvim-data
|
||||
rd -r ~\AppData\Local\nvim-data
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue