summaryrefslogtreecommitdiffstats
path: root/filetype.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:37:21 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:37:21 +0200
commit3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc (patch)
treecc92c091193ddd2778f61eb333b9602a64783dde /filetype.vim
parentf084509520f6b2df54c27c6b76db5d29bf153856 (diff)
downloadvim-polyglot-3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc.tar.gz
vim-polyglot-3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc.zip
Remove filetype.vim for now, not clear it works
Diffstat (limited to 'filetype.vim')
-rw-r--r--filetype.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/filetype.vim b/filetype.vim
deleted file mode 100644
index 824eec6b..00000000
--- a/filetype.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-" Oh yeah, we are loading before vim's filetype.vim so we can
-" make startup little faster by preventing it to load later
-if !exists("did_load_filetypes")
- runtime! ftdetect/polyglot.vim
-
- " We need to do it here to avoid recursive loop
- runtime! ftdetect/*.vim
-endif