We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4f2a5 commit 2fc9bceCopy full SHA for 2fc9bce
runtime/doc/goneovim.txt
@@ -322,13 +322,11 @@ Goneovim’s config file is located at
322
$XDG_CONFIG_HOME/goneovim/settings.toml
323
<
324
325
-In particular, one of the following locations is available in Windows
+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
327
328
>
- %LOCALAPPDATA%\goneovim\settings.toml
329
-
330
-Or
331
->
+ %USERPROFILE%\.condig\goneovim\settings.toml
332
%USERPROFILE%\.goneovim\settings.toml
333
334
0 commit comments