summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-12-23 10:03:15 +0100
committerGitHub <[email protected]>2021-12-23 10:03:15 +0100
commit55934998286357e5cba13848720c25494051510f (patch)
treea98c25da2d55f5f75c7326bac2a8c2068568c420 /README.md
parenta3cf3b1f2a6f2fce80833753a133c9983e56d4e2 (diff)
fix(lsp): set the handlers opts for v0.6 as well (#2109)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 <https://www.lunarvim.org/languages> 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