Skip to content

Add information about building using vim.pack#161

Open
PatrickMassot wants to merge 1 commit into
nvim-telescope:mainfrom
PatrickMassot:patch-1
Open

Add information about building using vim.pack#161
PatrickMassot wants to merge 1 commit into
nvim-telescope:mainfrom
PatrickMassot:patch-1

Conversation

@PatrickMassot

Copy link
Copy Markdown

Hi. Thanks a lot for your work on this plugin. This PR is my best effort at documenting how I got it to work using the new vim.pack of neovim 0.12.x. I am not at all a vim.pack expert, and this is purely based on the documentation I mention in the README. I’d be delighted to learn a better way. In particular the cmake version is complicated because I didn’t know a better way of chaining the two cmake calls using vim.system. A nice thing here is that, if I understand correctly, neovim will be able to work on something else while the first command is running (although on my machine both commands are essentially instantaneous).

Warning: I tested this only on Linux (but I tested both cmake and make).

Also note that I added those instructions before the other package managers, under the assumption that vim.pack is meant to become the goto package manager for people without very specific needs. But I understand this may be controversial, and in any case you should feel free to modify this PR in any way you want.

Hi. Thanks a lot for your work on this plugin. This is my best effort at documenting how I got it to work using the new `vim.pack` of neovim 0.12.x. I am not at all a `vim.pack` expert, and this is purely based on the documentation I mention in the README. I’d be delighted to learn a better way. In particular the `cmake` version is complicated because I didn’t know a better way of chaining the two `cmake` calls using `vim.system`. A nice thing here is that, if I understand correctly, neovim will be able to work on something else while the first command is running (although on my machine both commands are essentially instantaneous).

Warning: I tested this only on Linux (but I tested both `cmake` and `make`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant