diff options
author | kylo252 <[email protected]> | 2022-03-24 15:45:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-24 19:15:40 +0430 |
commit | 1ea836e3601b7ed0ed0496888dc14683bfbcce75 (patch) | |
tree | 86fdce0b874e4e7e23ed0838b2fdf8640dedfa7d /README.md | |
parent | c11fa143c8bcd2670d02ce38b2675b408646ce28 (diff) |
docs: update demo images on the main readme (#2386)
* docs: update demo images on the main readme
* chore: upload images to github directly
* chore: remove redundant media files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 8 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"}, |