summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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)