From efd8f589b75ba883ef4e69d79982d3c200595ec0 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 3 Oct 2021 22:23:13 +0200 Subject: fix: add deprecation notice for lvim.lang.foo.lsp (#1670) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 42e4e565..14cb1267 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,11 @@ lvim.plugins = { - inside LunarVim `:PackerUpdate` +## Breaking changes + +- `lvim.lang.FOO.lsp` is no longer supported after #1584. + You can either use `:NlspConfig` for most of the settings you might need, or override the setup by adding an entry to `lvim.lsp.override = { "FOO" }`. + ## Resources - [Documentation](https://www.lunarvim.org) -- cgit v1.2.3