From c946ddda812c5c2d217061a9016eb8001970d659 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:02:45 +0100 Subject: feat: add alpha.nvim integration (#1906) --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4eeed945..6cd29b19 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ lvim.plugins = { - `lvim.lang.FOO` is no longer supported. Refer to 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 ## Resources -- cgit v1.2.3 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 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'README.md') 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"}, -- cgit v1.2.3