diff options
author | kylo252 <[email protected]> | 2021-10-03 22:23:13 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-03 22:23:13 +0200 |
commit | efd8f589b75ba883ef4e69d79982d3c200595ec0 (patch) | |
tree | e30df94771e1855b439bd188b36793ecbcdd0bea /README.md | |
parent | 48a6d859f34f4f0ce29054f4a59722d485aaa06e (diff) |
fix: add deprecation notice for lvim.lang.foo.lsp (#1670)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |