From 196be139c16f1961b51fc7e9421bc9dc92715406 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 10 Jan 2024 15:12:59 +0100 Subject: [PATCH] install ripgrep --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c13add1..55dd955 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ This project is a fork of [kickstart.nvim](https://github.com/nvim-lua/kickstart > **NOTE** > [Backup](#FAQ) your previous configuration (if any exists) -Requirements: -* Make sure to review the readmes of the plugins if you are experiencing errors. In particular: - * [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers. - Neovim's configurations are located under the following path: | Shell | PATH | @@ -20,6 +16,7 @@ Neovim's configurations are located under the following path: | powershell | `$env:USERPROFILE\AppData\Local\nvim\` | - Download and install: + - [ripgrep](https://github.com/BurntSushi/ripgrep#installation) - [MinGW](https://www.mingw-w64.org/) > **NOTE** > In this case, using [chocolatey](https://chocolatey.org/) is quick and easy