Skip to content

Commit 6073125

Browse files
author
Venkata Subramani Renduchintala
committed
docs(readme): document install_nvim.sh in manual setup section
1 parent 8b653a6 commit 6073125

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ Personal Lua-based Neovim configuration used as a daily IDE for SRE/DevOps work
2626
```
2727
git clone --depth 1 https://github.com/venkatarenduchintala/nvim-config.git ~/.config/nvim
2828
```
29-
1. Ensure all [prerequisites](#prerequisites) are installed.
30-
2. Launch Neovim — [lazy.nvim](https://github.com/folke/lazy.nvim) bootstraps itself on first start and installs all plugins.
31-
3. LSP servers, DAP adapters, linters and formatters are installed automatically by [mason.nvim](https://github.com/mason-org/mason.nvim) on first launch.
29+
1. Install Neovim (0.11+). On **Debian/Ubuntu** the included script builds from source (stable branch) and installs system-wide:
30+
```bash
31+
bash ~/.config/nvim/install_nvim.sh
32+
```
33+
This also installs the C compiler and build tools, satisfying that prerequisite. For other platforms see the [Neovim install guide](https://github.com/neovim/neovim/wiki/Installing-Neovim).
34+
2. Ensure all remaining [prerequisites](#prerequisites) are installed (`ripgrep`, `node.js`, `git`).
35+
3. Launch Neovim — [lazy.nvim](https://github.com/folke/lazy.nvim) bootstraps itself on first start and installs all plugins.
36+
4. LSP servers, DAP adapters, linters and formatters are installed automatically by [mason.nvim](https://github.com/mason-org/mason.nvim) on first launch.
3237
3338
<br>
3439

0 commit comments

Comments
 (0)