diff options
Diffstat (limited to 'uvim/runtime/ftplugin/htmlangular.mnv')
| -rw-r--r-- | uvim/runtime/ftplugin/htmlangular.mnv | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/uvim/runtime/ftplugin/htmlangular.mnv b/uvim/runtime/ftplugin/htmlangular.mnv deleted file mode 100644 index 8f6c330c99..0000000000 --- a/uvim/runtime/ftplugin/htmlangular.mnv +++ /dev/null @@ -1,12 +0,0 @@ -" MNV 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.mnv |
