Updated 9. Update Config (markdown)

Asep Komarudin 2023-03-01 06:26:33 +07:00
parent b3718774e6
commit ee063d3145
2 changed files with 20 additions and 10 deletions

@ -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
```