Skip to content

Commit 39a941c

Browse files
authored
Adding cmake documentation to README.md (#85)
1 parent 5219406 commit 39a941c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ This repo is meant to be used as a starting point for a user's own configuration
2121

2222
If there are languages that you don't want to use, remove their configuration and notes from your `init.lua` after copy and pasting (for example, in the mason configuration).
2323

24+
### Windows Installation
25+
26+
Installation may require installing build tools, and updating the run command for `telescope-fzf-native`
27+
28+
See `telescope-fzf-native` documention for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
29+
30+
This requires:
31+
32+
- Install CMake, and the Microsoft C++ Build Tools on Windows
33+
34+
```lua
35+
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' }
36+
```
37+
2438
### Configuration
2539

2640
You could directly modify the `init.lua` file with your personal customizations. This option is the most straightforward, but if you update your config from this repo, you may need to reapply your changes.

0 commit comments

Comments
 (0)