diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-17 17:25:53 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 14:54:10 +0300 |
commit | 1cdc3298cfb8389b2bc3203da16abc74abb0a0c0 (patch) | |
tree | c8a68fbcb3c79fe42eff2820f71e34c7dc2afd06 /runtime/doc/vim_diff.txt | |
parent | a1b0f4073deb7f50e1b7137174bcb9914c97078f (diff) | |
download | rneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.tar.gz rneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.tar.bz2 rneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.zip |
documentation: Update documentation
Note about ~/.local/share/nvim/site used in one usr_\* file: this one talks
about user-local installation of third-party plugins, and
~/.local/share/nvim/site is the proper place for them. Most other files talk
about user own configuration and this is ~/.config.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 3b3f257351..6124c36dc9 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -21,10 +21,11 @@ these differences. ============================================================================== 1. Configuration *nvim-configuration* -- Use `.nvimrc` instead of `.vimrc` for storing configuration. -- Use `.nvim` instead of `.vim` to store configuration files. -- Use `.nvim/shada/main.shada` instead of `.viminfo` for persistent session - information. +- Use `$XDG_CONFIG_HOME/nvim/init.vim` instead of `.vimrc` for storing + configuration. +- Use `$XDG_CONFIG_HOME/nvim` instead of `.vim` to store configuration files. +- Use `$XDG_DATA_HOME/shada/main.shada` instead of `.viminfo` for persistent + session information. ============================================================================== 2. Option defaults *nvim-option-defaults* |