remove ripgrep dependency from ivy and helm readmes
Doom already has the install instructions in the broader documentation, and since ripgrep is a dependency for doom in general these are redundant.
This commit is contained in:
parent
42ff369142
commit
3aec407056
2 changed files with 2 additions and 46 deletions
|
@ -8,10 +8,6 @@
|
||||||
- [[#module-flags][Module Flags]]
|
- [[#module-flags][Module Flags]]
|
||||||
- [[#plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#install][Install]]
|
|
||||||
- [[#macos][MacOS]]
|
|
||||||
- [[#arch-linux][Arch Linux]]
|
|
||||||
- [[#opensuse][openSUSE]]
|
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#jump-to-navigation][Jump-to navigation]]
|
- [[#jump-to-navigation][Jump-to navigation]]
|
||||||
- [[#project-search--replace][Project search & replace]]
|
- [[#project-search--replace][Project search & replace]]
|
||||||
|
@ -58,25 +54,7 @@ Ivy is considered a first-class citizen in Doom, however it is still possible to
|
||||||
+ [[https://github.com/yyoncho/helm-icons][helm-icons]]* (=+icons=)
|
+ [[https://github.com/yyoncho/helm-icons][helm-icons]]* (=+icons=)
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
This module depends on:
|
This module has no prerequisites.
|
||||||
|
|
||||||
+ [[https://github.com/BurntSushi/ripgrep][ripgrep]] (rg)
|
|
||||||
|
|
||||||
** Install
|
|
||||||
*** MacOS
|
|
||||||
#+BEGIN_SRC sh
|
|
||||||
brew install ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** Arch Linux
|
|
||||||
#+BEGIN_SRC sh :dir /sudo::
|
|
||||||
sudo pacman --needed --noconfirm -S ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** openSUSE
|
|
||||||
#+BEGIN_SRC sh :dir /sudo::
|
|
||||||
sudo zypper install ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Much like Ivy, Helm is a /large/ framework and as such
|
Much like Ivy, Helm is a /large/ framework and as such
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
- [[#plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
- [[#hacks][Hacks]]
|
- [[#hacks][Hacks]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#install][Install]]
|
|
||||||
- [[#macos][MacOS]]
|
|
||||||
- [[#arch-linux][Arch Linux]]
|
|
||||||
- [[#opensuse][openSUSE]]
|
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#jump-to-navigation][Jump-to navigation]]
|
- [[#jump-to-navigation][Jump-to navigation]]
|
||||||
- [[#project-search--replace][Project search & replace]]
|
- [[#project-search--replace][Project search & replace]]
|
||||||
|
@ -64,25 +60,7 @@ lighter, simpler and faster in many cases.
|
||||||
command)
|
command)
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
This module depends on:
|
This module has no prerequisites.
|
||||||
|
|
||||||
+ [[https://github.com/BurntSushi/ripgrep][ripgrep]] (rg)
|
|
||||||
|
|
||||||
** Install
|
|
||||||
*** MacOS
|
|
||||||
#+BEGIN_SRC sh
|
|
||||||
brew install ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** Arch Linux
|
|
||||||
#+BEGIN_SRC sh :dir /sudo::
|
|
||||||
sudo pacman -S ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** openSUSE
|
|
||||||
#+BEGIN_SRC sh :dir /sudo::
|
|
||||||
sudo zypper install ripgrep
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Ivy and its ilk are large plugins. Covering everything about them is outside of
|
Ivy and its ilk are large plugins. Covering everything about them is outside of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue