File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99External Requirements:
1010- Basic utils: ` git ` , ` make ` , ` unzip ` , C Compiler (` gcc ` )
1111- [ ripgrep] ( https://github.com/BurntSushi/ripgrep#installation )
12+ - [ fd] ( https://github.com/sharkdp/fd#installation )
1213- [ lazygit] ( https://github.com/jesseduffield/lazygit )
1314- A [ Nerd Font] ( https://www.nerdfonts.com/ ) : optional, provides various icons
1415 - if you don't have it set ` vim.g.have_nerd_font ` in ` init.lua ` to false
@@ -63,19 +64,7 @@ Don't forget to choose a colorscheme
6364
6465#### Windows Installation
6566
66- <details ><summary >Windows with Microsoft C++ Build Tools and CMake</summary >
67- Installation may require installing build tools and updating the run command for ` telescope-fzf-native `
68-
69- See ` telescope-fzf-native ` documentation for [ more details] ( https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation )
70-
71- This requires:
72-
73- - Install CMake and the Microsoft C++ Build Tools on Windows
74-
75- ``` lua
76- {' nvim-telescope/telescope-fzf-native.nvim' , build = ' cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
77- ```
78- </details >
67+ Installation may require installing Microsoft C++ Built Tools and CMake.
7968<details ><summary >Windows with gcc/make using chocolatey</summary >
8069Alternatively, one can install gcc and make which don't require changing the config,
8170the easiest way is to use choco:
You can’t perform that action at this time.
0 commit comments