Skip to content

Commit

Permalink
feat(runtime): include Lua in C++ ftplugin (#17843)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanders committed Mar 24, 2022
1 parent b438251 commit 02fd00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/ftplugin/cpp.vim
Expand Up @@ -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 ">".
Expand Down

0 comments on commit 02fd00c

Please sign in to comment.