Skip to content

Commit 72364ad

Browse files
authored
docs: change telescope fzf native to lazy syntax (nvim-lua#185)
1 parent 9f384d7 commit 72364ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ This requires:
125125
- Install CMake, and the Microsoft C++ Build Tools on Windows
126126

127127
```lua
128-
use {'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
128+
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
129129
```
130130

0 commit comments

Comments
 (0)