diff options
author | Christian Chiarulli <[email protected]> | 2021-11-06 08:46:32 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-06 08:46:32 +0000 |
commit | e2bd7fb922d100f7fa955e8e1f7171e800ee15f7 (patch) | |
tree | ec7697502c448b9b9ac8530aa925b19945d4fdad /README.md | |
parent | b59532307d397fbd90e3c871a2823c40583da5c0 (diff) |
refactor: deprecate lvim.lang.FOO (#1913) (#1914)
Consolidate configuration styles for linters and formatters
Fixes #1756
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ lvim.plugins = { ## Breaking changes -- `lvim.lang.FOO.lsp` is no longer supported after #1584. +- `lvim.lang.FOO` is no longer supported. Refer to <https://www.lunarvim.org/languages> for up-to-date instructions. ## Resources |