neovim/runtime/ftplugin/cuda.vim
Christian Clason bd6bef60ba vim-patch:e6471b4: runtime(cuda): source c and cpp ftplugins
closes: vim/vim#15383

e6471b415b

Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
2024-07-31 00:18:52 +02:00

12 lines
215 B
VimL

" Vim filetype plugin
" Language: CUDA
" Maintainer: Riley Bruins <ribru17@gmail.com>
" Last Change: 2024 Jul 29
if exists('b:did_ftplugin')
finish
endif
" Behaves mostly just like C++
runtime! ftplugin/cpp.vim