-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add more detailed description
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# rtp.nvim | ||
|
||
Source plugin and ftdetect directories on the Neovim runtimepath. | ||
Source `plugin` and `ftdetect` directories on the Neovim `:h runtimepath`. | ||
|
||
See the [API reference](./doc/rtp_nvim.txt) for details. | ||
If you install plugins to a different location than the `:h packpath`, | ||
you can use this library to source their | ||
`plugin`, `ftdetect` and `after-directory` scripts. | ||
|
||
The main use cases are: | ||
|
||
- As a dependency for plugin managers, | ||
such as [rocks-dev.nvim](https://github.com/nvim-neorocks/rocks-dev.nvim). | ||
- For use with lazy-loading utilities, | ||
such as [rocks-lazy.nvim](https://github.com/nvim-neorocks/rocks-lazy.nvim) | ||
or [lz.n](https://github.com/nvim-neorocks/lz.n). | ||
|
||
See the [API reference](./doc/rtp_nvim.txt) for documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters