diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
commit | 518d733369fb6f2e4652e9649a78546ce6493079 (patch) | |
tree | 4fe3bbecd68b2270fb6949e0862154198108015b /filetype.vim | |
parent | 00213842594d8262c35b64b03b176d6e831a6e94 (diff) | |
download | vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.tar.gz vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.zip |
Make sure custom scripts.vim are respected as well
Diffstat (limited to 'filetype.vim')
-rw-r--r-- | filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filetype.vim b/filetype.vim new file mode 100644 index 00000000..988d79ee --- /dev/null +++ b/filetype.vim @@ -0,0 +1 @@ +runtime! ftdetect/polyglot.vim |