File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ This requires:
4242#### vim-plug
4343
4444``` viml
45- Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release' }
45+ Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release --target install ' }
4646```
4747
4848#### packer.nvim
4949
5050``` lua
51- use { ' nvim-telescope/telescope-fzf-native.nvim' , run = ' cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release' }
51+ use { ' nvim-telescope/telescope-fzf-native.nvim' , run = ' cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release --target install ' }
5252```
5353
5454#### lazy.nvim
5555
5656``` lua
57- { ' nvim-telescope/telescope-fzf-native.nvim' , build = ' cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release' }
57+ { ' nvim-telescope/telescope-fzf-native.nvim' , build = ' cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release --target install ' }
5858```
5959
6060### Make (Linux, MacOS, Windows with MinGW)
You can’t perform that action at this time.
0 commit comments