mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user