summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 11:48:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 11:48:35 +0200
commitb2055afaa70dd35bccdb9deeeb5ebdefae25a026 (patch)
tree4ee50a9fefa5a2366bb129d129a5884331abbc7b /packages.yaml
parent63a175357a139ebbecf724b5d8229d383a08afef (diff)
downloadvim-polyglot-b2055afaa70dd35bccdb9deeeb5ebdefae25a026.tar.gz
vim-polyglot-b2055afaa70dd35bccdb9deeeb5ebdefae25a026.zip
Migrate only after dirs
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/packages.yaml b/packages.yaml
index 8fa39a1a..657d2924 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -81,7 +81,9 @@ filetypes:
---
name: coffee-script
remote: kchmck/vim-coffee-script
-dirs: :noafter
+ignored_dirs:
+# Don't slow down html and haml files
+- after
filetypes:
- name: coffee
linguist: CoffeeScript
@@ -300,7 +302,9 @@ filetypes:
---
name: glsl
remote: tikhomirov/vim-glsl
-dirs: :noafter
+ignored_dirs:
+# don't slow down html and haml files
+- after
filetypes:
- name: glsl
linguist: GLSL
@@ -558,7 +562,9 @@ filetypes:
---
name: less
remote: groenewege/vim-less
-dirs: :noafter
+ignored_dirs:
+# We don't want to slow down .html files
+- after
filetypes:
- name: less
linguist: Less
@@ -614,7 +620,9 @@ filetypes:
---
name: markdown
remote: plasticboy/vim-markdown
-dirs: :noafter
+ignored_dirs:
+# Disable slow folding config
+- after
filetypes:
- name: markdown
linguist: Markdown