|
@@ -1,4 +1,4 @@
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<div align="center"><p>
|
|
|
<a href="https://github.com/lunarvim/LunarVim/releases/latest">
|
|
@@ -20,9 +20,12 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
-## Documentation
|
|
|
+## Showcase
|
|
|
+
|
|
|
+
|
|
|
|
|
|
-You can find all the documentation for LunarVim at [lunarvim.org](https://www.lunarvim.org)
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## Install In One Command!
|
|
|
|
|
@@ -44,17 +47,9 @@ The same way, you can use `--no-install-dependencies` to skip the dependency ins
|
|
|
Invoke-WebRequest https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.ps1 -UseBasicParsing | Invoke-Expression
|
|
|
```
|
|
|
|
|
|
-## Install Language support
|
|
|
+## Automatic LSP support
|
|
|
|
|
|
-- Enter `:LspInstall` followed by `<TAB>` to see your options for LSP
|
|
|
-
|
|
|
-- Enter `:TSInstall` followed by `<TAB>` to see your options for syntax highlighting
|
|
|
-
|
|
|
-**NOTE** I recommend installing `lua` for autocomplete in `config.lua`
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+By default, most supported language servers will get automatically installed once you open the supported file-type, e.g, opening a Python file for the first time will install `Pyright` and configure it automatically for you.
|
|
|
|
|
|
## Configuration file
|
|
|
|
|
@@ -118,7 +113,6 @@ linters.setup {
|
|
|
},
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-- Additional Plugins
|
|
|
lvim.plugins = {
|
|
|
{"lunarvim/colorschemes"},
|