mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-11 08:29:29 +00:00
telescope.nvim is a common dependency across Neovim plugins.
Using luarocks may alleviate the need for users to specify their
plugins' dependencies in their plugin manager.
(e.g., vim-plug or packer).
See also:
https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html
(cherry picked from commit e8c01bab91)
5 lines
131 B
Bash
5 lines
131 B
Bash
#!/usr/bin/env bash
|
|
|
|
MODREV=$(git describe --tags --always --first-parent | tr -d "v")
|
|
luarocks install "telescope.nvim" "$MODREV"
|