summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFolke Lemaitre <folke.lemaitre@gmail.com>2023-02-19 21:32:15 +0100
committerGitHub <noreply@github.com>2023-02-19 15:32:15 -0500
commit72364ad9acb35bb44d7e0af64f977f2a4b3c59db (patch)
treece52edba373f6b12f51360d5f211da343811dc3e /README.md
parent9f384d76f4ecb3d12b9315767df3b327a3c9191b (diff)
docs: change telescope fzf native to lazy syntax (#185)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32f58df..75c24d8 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,6 @@ This requires:
- Install CMake, and the Microsoft C++ Build Tools on Windows
```lua
-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' }
+{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
```