|
@@ -33,6 +33,15 @@ If you help to develop Lunarvim, you can install a specific branch branch direct
|
|
LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh)
|
|
LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh)
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \
|
|
|
|
+you can run the script with `--overwrite` but be warned this will remove the following folder:
|
|
|
|
+- `~/.config/nvim`
|
|
|
|
+- `~/.cache/nvim`
|
|
|
|
+- `~/.local/share/nvim/site/pack/packer`
|
|
|
|
+```bash
|
|
|
|
+curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh| LVBRANCH=rolling bash -s -- --overwrite
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
|
|
## Installing LSP for your language
|
|
## Installing LSP for your language
|
|
|
|
|