From 55934998286357e5cba13848720c25494051510f Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:03:15 +0100 Subject: fix(lsp): set the handlers opts for v0.6 as well (#2109) --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 469ebf7b..4d6d0217 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ lvim.plugins = { ## Breaking changes - `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`. ## Resources -- cgit v1.2.3 From 655fd1b0ca5405ce67f3f8083ef6a4f7d2dedea0 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Thu, 23 Dec 2021 13:03:20 +0330 Subject: refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d6d0217..784b049a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can find all the documentation for LunarVim at [lunarvim.org](https://www.lu ## Install In One Command! -Make sure you have the release version of Neovim (0.5). +Make sure you have the release version of Neovim (0.6). ```bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) -- cgit v1.2.3 From 9017389766ff1ce31c8f0a21fe667653a7ab6b3a Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 2 Jan 2022 10:25:20 +0100 Subject: feat: lazyload notify's configuration (#1855) Co-authored-by: Luc Sinet --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 784b049a..6de88398 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ lvim.keys.normal_mode[""] = ":w" -- Configure builtin plugins lvim.builtin.dashboard.active = true +lvim.builtin.notify.active = true lvim.builtin.terminal.active = true -- Treesitter parsers change this to a table of the languages you want i.e. {"java", "python", javascript} -- cgit v1.2.3