commit 02fd00c042d2b8a66c892dd31c1659ee98a1dbbf
parent b438251a0edcb81ada1992157443c829960da116
Author: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Date: Thu, 24 Mar 2022 08:05:13 -0600
feat(runtime): include Lua in C++ ftplugin (#17843)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/runtime/ftplugin/cpp.vim b/runtime/ftplugin/cpp.vim
@@ -10,6 +10,7 @@ endif
" Behaves mostly just like C
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
+runtime! ftplugin/c.lua ftplugin/c_*.lua ftplugin/c/*.lua
" C++ uses templates with <things>
" Disabled, because it gives an error for typing an unmatched ">".