+lsp server as a dependency

This commit is contained in:
oreodave
2019-11-18 23:14:24 +00:00
parent 629619eb84
commit 10c8ba358c

View File

@@ -19,9 +19,9 @@ is literally just for me).
- Zeal/Dash: Documentation manager/reader. Absolute necessity when doing offline work - Zeal/Dash: Documentation manager/reader. Absolute necessity when doing offline work
* Dependencies * Dependencies
|-------------------------+-----------------------------------------------------------------------------------+----------------+------------| |--------------------------+-----------------------------------------------------------------------------------+----------------+------------|
| Dependency | Why? | Version | Link | | Dependency | Why? | Version | Link |
|-------------------------+-----------------------------------------------------------------------------------+----------------+------------| |--------------------------+-----------------------------------------------------------------------------------+----------------+------------|
| Vim | Obvious. Plugins need async, thus version 8 or above. Has to be compiled w/python | 8 | [[https://www.vim.org/download.php][Vim]] | | Vim | Obvious. Plugins need async, thus version 8 or above. Has to be compiled w/python | 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]] | | Emacs | Obvious. Doom Emacs on Straight needs 26.2 | 26.2+ | [[https://www.gnu.org/software/emacs/download.html][Emacs]] |
| Tmux | Obvious. Used for most terminal related things | 1.5+ | [[https://github.com/tmux/tmux][Tmux]] | | Tmux | Obvious. Used for most terminal related things | 1.5+ | [[https://github.com/tmux/tmux][Tmux]] |
@@ -35,6 +35,8 @@ is literally just for me).
| fd | Used by doom for super quick file searches. | 7.3.0+ | [[https://github.com/sharkdp/fd][Fd]] | | 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]] | | ripgrep | Used for insanely fast searches (sometimes faster than ag) | 11.0.1+ | [[https://github.com/BurntSushi/ripgrep][RipGrep]] |
| tmuxinator (optional) | Used to help with tmux scripting and window handling | 1.0+ | [[https://github.com/tmuxinator/tmuxinator][tmuxinator]] | | tmuxinator (optional) | Used to help with tmux scripting and window handling | 1.0+ | [[https://github.com/tmuxinator/tmuxinator][tmuxinator]] |
| LSP servers of some kind | Used for language support with C, C++, C#, Python, etc | N/A | N/A |
|--------------------------+-----------------------------------------------------------------------------------+----------------+------------|
* How to use * How to use
- Use ZSH as your default shell environment. - Use ZSH as your default shell environment.