You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments