diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -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"}, @@ -143,6 +137,7 @@ lvim.plugins = { - `lvim.lang.FOO` is no longer supported. Refer to <https://www.lunarvim.org/languages> for up-to-date instructions. - `lvim.lsp.popup_border` has been deprecated in favor of `lvim.lsp.float.border` and `lvim.lsp.diagnostics.float.border`. +- `lvim.builtin.dashboard` has been replaced with `lvim.builtin.alpha`, see <https://github.com/LunarVim/LunarVim/pull/1906> ## Resources |