From 1ea836e3601b7ed0ed0496888dc14683bfbcce75 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 24 Mar 2022 15:45:40 +0100 Subject: 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 --- README.md | 22 ++++++++-------------- utils/media/demo1.png | Bin 249203 -> 0 bytes utils/media/demo2.png | Bin 817380 -> 0 bytes utils/media/demo3.png | Bin 491134 -> 0 bytes utils/media/lunarvim_logo_dark.png | Bin 90789 -> 0 bytes 5 files changed, 8 insertions(+), 14 deletions(-) delete mode 100755 utils/media/demo1.png delete mode 100755 utils/media/demo2.png delete mode 100755 utils/media/demo3.png delete mode 100755 utils/media/lunarvim_logo_dark.png diff --git a/README.md b/README.md index 6cd29b19..2e7c81d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![LunarVim Demo](./utils/media/lunarvim_logo_dark.png) +![lunarvim_logo_dark](https://user-images.githubusercontent.com/59826753/159940098-54284f26-f1da-4481-8b03-1deb34c57533.png)

@@ -20,9 +20,12 @@

-## Documentation +## Showcase +![intro1](https://user-images.githubusercontent.com/59826753/159939936-3a9a8e94-05ea-48fa-8c46-69378276451b.png) +![info](https://user-images.githubusercontent.com/59826753/159939984-ac0190d7-a3fb-46c0-95ca-a6fec626bbac.png) -You can find all the documentation for LunarVim at [lunarvim.org](https://www.lunarvim.org) +![demo1](https://user-images.githubusercontent.com/59826753/159940004-84975294-5703-4bf1-aa98-2cc97cb38d96.png) +![demo2](https://user-images.githubusercontent.com/59826753/159940040-375a0a28-4c81-4fdf-80f2-62853edf9b4f.png) ## 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 `` to see your options for LSP - -- Enter `:TSInstall` followed by `` to see your options for syntax highlighting - -**NOTE** I recommend installing `lua` for autocomplete in `config.lua` - -![Demo1](./utils/media/demo1.png) -![Demo2](./utils/media/demo2.png) -![Demo3](./utils/media/demo3.png) +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"}, diff --git a/utils/media/demo1.png b/utils/media/demo1.png deleted file mode 100755 index f1591dd6..00000000 Binary files a/utils/media/demo1.png and /dev/null differ diff --git a/utils/media/demo2.png b/utils/media/demo2.png deleted file mode 100755 index 9bc613e5..00000000 Binary files a/utils/media/demo2.png and /dev/null differ diff --git a/utils/media/demo3.png b/utils/media/demo3.png deleted file mode 100755 index 29caa338..00000000 Binary files a/utils/media/demo3.png and /dev/null differ diff --git a/utils/media/lunarvim_logo_dark.png b/utils/media/lunarvim_logo_dark.png deleted file mode 100755 index f605b306..00000000 Binary files a/utils/media/lunarvim_logo_dark.png and /dev/null differ -- cgit v1.2.3