From ee063d31457f15a22921fffb4a504b5270443296 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Wed, 1 Mar 2023 06:26:33 +0700 Subject: [PATCH] Updated 9. Update Config (markdown) --- 9.-Update-Config-dan-Uninstall.md | 20 ++++++++++++++++++++ 9.-Update-Config.md | 10 ---------- 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 9.-Update-Config-dan-Uninstall.md delete mode 100644 9.-Update-Config.md diff --git a/9.-Update-Config-dan-Uninstall.md b/9.-Update-Config-dan-Uninstall.md new file mode 100644 index 0000000..0d46aaa --- /dev/null +++ b/9.-Update-Config-dan-Uninstall.md @@ -0,0 +1,20 @@ +# Update Config +leader = spacebar +``` +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 \ No newline at end of file diff --git a/9.-Update-Config.md b/9.-Update-Config.md deleted file mode 100644 index 27b2586..0000000 --- a/9.-Update-Config.md +++ /dev/null @@ -1,10 +0,0 @@ -leader = spacebar -``` -pu -``` -atau -``` -:Lazy -shift + u -shift + s -``` \ No newline at end of file