diff options
author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-02-19 21:32:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 15:32:15 -0500 |
commit | 72364ad9acb35bb44d7e0af64f977f2a4b3c59db (patch) | |
tree | ce52edba373f6b12f51360d5f211da343811dc3e | |
parent | 9f384d76f4ecb3d12b9315767df3b327a3c9191b (diff) |
docs: change telescope fzf native to lazy syntax (#185)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' } ``` |