diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-29 12:48:58 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-29 12:48:58 +0100 |
commit | 7aedf46491644792e6baae6c02230d50ded563f2 (patch) | |
tree | cf035e9c59f5e235c2a114985162e418defb1a79 /README.org | |
parent | de73ff20cb70c462a638ae412f7660e5109e6290 (diff) | |
download | dotfiles-7aedf46491644792e6baae6c02230d50ded563f2.tar.gz dotfiles-7aedf46491644792e6baae6c02230d50ded563f2.tar.bz2 dotfiles-7aedf46491644792e6baae6c02230d50ded563f2.zip |
+cargo, fd and ripgrep to dependencies
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -16,16 +16,19 @@ is literally just for me). used with [[https://github.com/hlissner/doom-emacs][Doom Emacs]]. * Dependencies -|-------------------------+----------------------------------------------------------+----------------+-----------| -| Dependency | Why? | Version | Link | -|-------------------------+----------------------------------------------------------+----------------+-----------| -| Vim | Obvious. Plugins need async, thus version 8 or above | 8 | [[https://www.vim.org/download.php][Vim]] | -| Emacs | Obvious. Doom Emacs on Straight needs 26.2 | 26.2+ | [[https://www.gnu.org/software/emacs/download.html][Emacs]] | -| .NET Core | Needed for Omnisharp to work. For C# | 2.2.3+ | [[https://dotnet.microsoft.com/download][.NET]] | -| Omnisharp Roslyn Server | Used by vim and Emacs. For C# tooling | Latest | [[https://github.com/omnisharp/omnisharp-roslyn][Omnisharp]] | -| Python | Used by some plugins in Vim | 3.6.8 and 2.7+ | [[https://www.python.org/downloads/][Python]] | -| Ag | Used by quickly searching code bases in Emacs and vim | 2.1+ | [[https://github.com/ggreer/the_silver_searcher][Ag]] | -| Fzf | Used by vim. For insanely fast searches in the interface | 0.18.0 | [[https://github.com/junegunn/fzf][Fzf]] | +|-------------------------+------------------------------------------------------------+----------------+-----------| +| Dependency | Why? | Version | Link | +|-------------------------+------------------------------------------------------------+----------------+-----------| +| Vim | Obvious. Plugins need async, thus version 8 or above | 8 | [[https://www.vim.org/download.php][Vim]] | +| Emacs | Obvious. Doom Emacs on Straight needs 26.2 | 26.2+ | [[https://www.gnu.org/software/emacs/download.html][Emacs]] | +| .NET Core | Needed for Omnisharp to work. For C# | 2.2.3+ | [[https://dotnet.microsoft.com/download][.NET]] | +| Omnisharp Roslyn Server | Used by vim and Emacs. For C# tooling | Latest | [[https://github.com/omnisharp/omnisharp-roslyn][Omnisharp]] | +| Python | Used by some plugins in Vim | 3.6.8 and 2.7+ | [[https://www.python.org/downloads/][Python]] | +| Ag | Used by quickly searching code bases in Emacs and vim | 2.1+ | [[https://github.com/ggreer/the_silver_searcher][Ag]] | +| Fzf | Used by vim. For insanely fast searches in the interface | 0.18.0 | [[https://github.com/junegunn/fzf][Fzf]] | +| cargo/rust | Used for fd/ripgrep. Also a nice lang | 1.3.6+ | [[https://github.com/rust-lang/cargo/][Rust]] | +| fd | Used by doom for super quick file searches. | 7.3.0+ | [[https://github.com/sharkdp/fd][Fd]] | +| ripgrep | Used for insanely fast searches (sometimes faster than ag) | 11.0.1+ | [[https://github.com/BurntSushi/ripgrep][RipGrep]] | * How to use - Use ZSH as your default shell environment. |