Skip to content

Commit

Permalink
Merge pull request #243 from strogiyotec/master
Browse files Browse the repository at this point in the history
Fix alternative XDG path in README
  • Loading branch information
AlexPl292 authored Jul 13, 2020
2 parents 1c874d3 + 67d3698 commit 5885096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ have `-Duser.home=/my/alternate/home` then IdeaVim will source
`/my/alternate/home/.ideavimrc` instead of `~/.ideavimrc`.

Alternatively, you can set up initialization commands using [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) standard.
Put your settings to `$XDG_CONFIG_HOME$/ideavim/ideavimrc` file.
Put your settings to `$XDG_CONFIG_HOME/ideavim/ideavimrc` file.


Emulated Vim Plugins
Expand Down

0 comments on commit 5885096

Please sign in to comment.