mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(runtime): include Lua in C++ ftplugin (#17843)
This commit is contained in:
@@ -10,6 +10,7 @@ endif
|
|||||||
|
|
||||||
" Behaves mostly just like C
|
" Behaves mostly just like C
|
||||||
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
|
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>
|
" C++ uses templates with <things>
|
||||||
" Disabled, because it gives an error for typing an unmatched ">".
|
" Disabled, because it gives an error for typing an unmatched ">".
|
||||||
|
Reference in New Issue
Block a user