made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
11
gitportable/usr/share/vim/vim91/ftplugin/cuda.vim
Normal file
11
gitportable/usr/share/vim/vim91/ftplugin/cuda.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user