Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvim-neorocks/rtp.nvim
Source plugin and ftdetect directories on the Neovim runtimepath.
https://github.com/nvim-neorocks/rtp.nvim
lua neovim nvim plugin
Last synced: 12 days ago
JSON representation
Source plugin and ftdetect directories on the Neovim runtimepath.
- Host: GitHub
- URL: https://github.com/nvim-neorocks/rtp.nvim
- Owner: nvim-neorocks
- License: gpl-3.0
- Created: 2024-04-24T22:26:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:39:59.000Z (3 months ago)
- Last Synced: 2024-11-03T23:27:38.442Z (15 days ago)
- Topics: lua, neovim, nvim, plugin
- Language: Nix
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rtp.nvim
Source `plugin` and `ftdetect` directories on the Neovim `:h runtimepath`.
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.