feat(runtime): include Lua in C++ ftplugin (#17843)

This commit is contained in:
Gregory Anders
2022-03-24 08:05:13 -06:00
committed by GitHub
parent b438251a0e
commit 02fd00c042

View File

@@ -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 ">".