summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-06 15:08:20 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-06 15:08:20 +0200
commitd9ee362537a34473b32ad3b4a1d7feb56a6b6811 (patch)
tree5d0cf440bb0893f679f21963e79f866ad3a73d35 /packages.yaml
parent57badea2dc9aff361d528aeeeb22ac2e85da1435 (diff)
downloadvim-polyglot-d9ee362537a34473b32ad3b4a1d7feb56a6b6811.tar.gz
vim-polyglot-d9ee362537a34473b32ad3b4a1d7feb56a6b6811.zip
Fix weird indentation issue of yaml
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml
index f757cf99..65df8369 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -1650,7 +1650,9 @@ filetypes:
linguist: XSLT
---
name: yaml
-remote: stephpy/vim-yaml
+# Fixes indentation issue: https://github.com/vim/vim/issues/6417
+remote: vim/vim@df44a27b53586fccfc6a3aedc89061fdd9a515ff:runtime
+glob: '**/yaml.vim'
filetypes:
- name: yaml
linguist: YAML
@@ -1659,6 +1661,11 @@ filetypes:
- fish_read_history
ignored_filenames:
- '~/.config/fish/fish_{read_,}history'
+---
+name: yaml-extras
+remote: stephpy/vim-yaml
+after: yaml
+filetypes: []
# Ansible needs to be after YAML
---
name: ansible