|
@@ -23,18 +23,10 @@
|
|
|
|
|
|
Make sure you have the newest version of Neovim (0.5).
|
|
|
|
|
|
-Stable Version:
|
|
|
-
|
|
|
``` bash
|
|
|
bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/stable/utils/installer/install.sh)
|
|
|
```
|
|
|
|
|
|
-Rolling Version:
|
|
|
-
|
|
|
-``` bash
|
|
|
-bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/master/utils/installer/install.sh)
|
|
|
-```
|
|
|
-
|
|
|
## Installing LSP for your language
|
|
|
|
|
|
Just enter `:LspInstall` followed by `<TAB>` to see your options
|