diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2021-03-28 00:43:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-28 00:43:06 +0100 |
commit | 2b663c061b8a1fa173ff23901734356bc96758bd (patch) | |
tree | bc88b1254069f0c894198be07e83c64133301898 /runtime/doc | |
parent | acd643bd496a3c76ff99a9952d493a16cd2861d6 (diff) | |
download | rneovim-2b663c061b8a1fa173ff23901734356bc96758bd.tar.gz rneovim-2b663c061b8a1fa173ff23901734356bc96758bd.tar.bz2 rneovim-2b663c061b8a1fa173ff23901734356bc96758bd.zip |
viml: embed Lua syntax highlighting [skip ci] (#14213)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 0c1e216164..eadc1c04a0 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -70,6 +70,8 @@ the differences. - |matchit| plugin is enabled. To disable it in your config: > :let loaded_matchit = 1 +- |g:vimsyn_embed| defaults to "l" to enable Lua highlighting + ============================================================================== 3. New Features *nvim-features* |