made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
12
gitportable/usr/share/vim/vim91/ftplugin/htmlangular.vim
Normal file
12
gitportable/usr/share/vim/vim91/ftplugin/htmlangular.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: Angular HTML Template
|
||||
" Maintainer: Dennis van den Berg <dennis@vdberg.dev>
|
||||
" Last Change: 2024 Jul 9
|
||||
|
||||
" Only use this filetype plugin when no other was loaded.
|
||||
if exists("b:did_ftplugin")
|
||||
finish
|
||||
endif
|
||||
|
||||
" source the HTML ftplugin
|
||||
runtime! ftplugin/html.vim
|
||||
Reference in New Issue
Block a user