mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 11:40:07 +02:00
Updated 9. Update Config (markdown)
parent
b3718774e6
commit
ee063d3145
2 changed files with 20 additions and 10 deletions
20
9.-Update-Config-dan-Uninstall.md
Normal file
20
9.-Update-Config-dan-Uninstall.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Update Config
|
||||||
|
leader = spacebar
|
||||||
|
```
|
||||||
|
<leader>pu
|
||||||
|
```
|
||||||
|
atau
|
||||||
|
```
|
||||||
|
:Lazy
|
||||||
|
shift + u
|
||||||
|
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
|
|
@ -1,10 +0,0 @@
|
||||||
leader = spacebar
|
|
||||||
```
|
|
||||||
<leader>pu
|
|
||||||
```
|
|
||||||
atau
|
|
||||||
```
|
|
||||||
:Lazy
|
|
||||||
shift + u
|
|
||||||
shift + s
|
|
||||||
```
|
|
Loading…
Add table
Add a link
Reference in a new issue