Browse Source

readme: added nodejs and npm to optional prerequisites

my-config
NTBBloodbath 4 years ago
parent
commit
c674b9f0c8
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 4
      README.md

4
README.md

@ -77,7 +77,9 @@ Its design is guided by these mantras:
- Git 2.23+
- Neovim Nightly 0.5.0 (for Neovim 0.4.x see the nvim-0.4 branch _coming soon_)
- GNU `find`
- _OPTIONALS:_ [ripgrep] 11.0+ or [fd] 7.3.0+ (improves file indexing performance for some commands)
- _OPTIONALS:_
- [ripgrep] 11.0+ or [fd] 7.3.0+ (improves file indexing performance for some commands)
- `nodejs` and `npm` (required to use the built-in LSP)
Doom is comprised of [~35 optional modules][modules], some of which may have
additional dependencies. [Please visit their documentation][modules].

Loading…
Cancel
Save