Skip to content

Commit 2fc9bce

Browse files
committed
fix help document
1 parent 8a4f2a5 commit 2fc9bce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

runtime/doc/goneovim.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,11 @@ Goneovim’s config file is located at
322322
$XDG_CONFIG_HOME/goneovim/settings.toml
323323
<
324324

325-
In particular, one of the following locations is available in Windows
325+
In Windows, `%XDG_CONFIG_HOME%` is not usually defined on Windows. In this case,
326+
the configuration directory is detected in the following order in Windows
326327

327328
>
328-
%LOCALAPPDATA%\goneovim\settings.toml
329-
330-
Or
331-
>
329+
%USERPROFILE%\.condig\goneovim\settings.toml
332330
%USERPROFILE%\.goneovim\settings.toml
333331
<
334332

0 commit comments

Comments
 (0)