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.
This commit is contained in:
ZyX
2015-10-17 17:25:53 +03:00
parent a1b0f4073d
commit 1cdc3298cf
50 changed files with 396 additions and 427 deletions

View File

@@ -316,7 +316,7 @@ When referring to a Vim option in the help file, place the option name between
two single quotes, eg. 'statusline'
When referring to any other technical term, such as a filename or function
parameter, surround it in backticks (`), eg. `~/.path/to/nvimrc`.
parameter, surround it in backticks (`), eg. `~/.path/to/init.vim`.
HIGHLIGHTING