From 0801eac01aab5940fc1e4409ba749383cc353bc2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 23 Mar 2017 11:28:19 +0100 Subject: Update --- after/ftplugin/vue.vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 after/ftplugin/vue.vim (limited to 'after/ftplugin/vue.vim') diff --git a/after/ftplugin/vue.vim b/after/ftplugin/vue.vim deleted file mode 100644 index fd786923..00000000 --- a/after/ftplugin/vue.vim +++ /dev/null @@ -1,5 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1 - -setlocal suffixesadd+=.vue - -endif -- cgit v1.2.3