We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce3856 commit e10e4afCopy full SHA for e10e4af
src/routes/docs/quickstart/install.mdx
@@ -31,7 +31,7 @@ import OS_Selector from "~/components/docpage/install";
31
## Uninstall
32
33
```bash
34
-# Linux / Macos (unix)
+# Linux / MacOS (unix)
35
rm -rf ~/.config/nvim
36
rm -rf ~/.local/state/nvim
37
rm -rf ~/.local/share/nvim
@@ -45,7 +45,7 @@ rm -rf ~/.var/app/io.neovim.nvim/.local/state/nvim
45
rd -r ~\AppData\Local\nvim
46
rd -r ~\AppData\Local\nvim-data
47
48
-# Window PowerShell
+# Windows PowerShell
49
rm -Force ~\AppData\Local\nvim
50
rm -Force ~\AppData\Local\nvim-data
51
```
0 commit comments