Skip to content

Commit a3843cf

Browse files
MZhuvkadzadok
authored andcommitted
Update README.md | %userprofile%\appdata\local -> %localappdata% (nvim-lua#963)
- Replace `%userprofile%\AppData\Local\nvim\` and `$env:USERPROFILE\AppData\Local\nvim` to `%localappdata%\nvim` and `$env:LOCALAPPDATA\nvim respectfully`
1 parent e0e505b commit a3843cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ examples of adding popularly requested plugins.
119119
> [!NOTE]
120120
> For more information about a particular plugin check its repository's documentation.
121121
122-
123122
### Getting Started
124123

125124
[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
@@ -227,6 +226,7 @@ sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
227226
228227
# make it available in /usr/local/bin, distro installs to /usr/bin
229228
sudo ln -sf /opt/nvim-linux-x86_64/bin/nvim /usr/local/bin/
229+
sudo ln -sf /opt/nvim-linux64/bin/nvim /usr/local/bin/
230230
```
231231
</details>
232232
<details><summary>Fedora Install Steps</summary>

0 commit comments

Comments
 (0)